Html Css Color HEX #8487EA Portage

📋 copy color: '#8487EA'

red 132 ◦ green 135 ◦ blue 234

#8487EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8487EA

Tints of Portage #8487EA

RGB

 RED value IS 132 (51.95% from 255) = 26.35%

 GREEN value IS 135 (53.13% from 255) = 26.95%

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 26.35%
G = 26.95%
B = 46.71%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8487EA (or 0x8487EA) is known color: Portage. HEX triplet: 84, 87 and EA. RGB value is (132,135,234). Sum of RGB (Red+Green+Blue) = 132+135+234=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8487EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487EA is #7B7815. Grayscale: #909090. Windows color (decimal): -8091670 or 15370116. OLE color: 15370116.

HSL color Cylindrical-coordinate representation of color #8487EA: hue angle of 238.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8487EA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 135 234 -
CMYK 0.44 0.42 0 0.08
HSL 238.24º 0.71% 0.72% -
HSV(B) 238.24º 0.44% 0.92% -
XYZ 33.03 28.17 81.54 -
YUV 145.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 132 135 234 0.44 0.42 0 0.08 238.24 0.71 0.72
Hex 84 87 EA 2C 2A 0 8 EE 47 48
Octal 204 207 352 54 52 0 10 356 107 110
Binary 10000100 10000111 11101010 101100 101010 0 1000 11101110 1000111 1001000

Color Harmonies of #8487EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8487EA

Black with #8487EA

Text Example


Text Example

White with #8487EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8487EA; }

 p { color: rgb(132,135,234); }

 H1.HeaderClassName
 {
   color: #8487EA;
 }
 .AnyTagClassName
 {
   color: #8487EA;
 }
</style>

background-color css

<style>
 a { background-color: #8487EA; }

 a { background-color: rgb(132,135,234); }

 div.DivClassName
 {
   background-color: #8487EA;
 }
 .BgClassName
 {
   background-color: #8487EA;
 }
</style>

border-color css

<style>
 span { border-color: #8487EA; }

 span { border-color: rgb(132,135,234); }

 td.TdClassName
 {
   border-color: #8487EA;
 }
 .TagClassName
 {
   border-color: #8487EA;
 }
</style>