Html Css Color HEX #8487EE Portage

📋 copy color: '#8487EE'

red 132 ◦ green 135 ◦ blue 238

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

Shades of Portage #8487EE

Tints of Portage #8487EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 26.14%
G = 26.73%
B = 47.13%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8487EE (or 0x8487EE) is known color: Portage. HEX triplet: 84, 87 and EE. RGB value is (132,135,238). Sum of RGB (Red+Green+Blue) = 132+135+238=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8487EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487EE is #7B7811. Grayscale: #919191. Windows color (decimal): -8091666 or 15632260. OLE color: 15632260.

HSL color Cylindrical-coordinate representation of color #8487EE: hue angle of 238.3º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8487EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 135 238 -
CMYK 0.45 0.43 0 0.07
HSL 238.3º 0.76% 0.73% -
HSV(B) 238.3º 0.45% 0.93% -
XYZ 33.61 28.41 84.6 -
YUV 145.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 132 135 238 0.45 0.43 0 0.07 238.3 0.76 0.73
Hex 84 87 EE 2D 2B 0 7 EE 4C 49
Octal 204 207 356 55 53 0 7 356 114 111
Binary 10000100 10000111 11101110 101101 101011 0 111 11101110 1001100 1001001

Color Harmonies of #8487EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8487EE

Black with #8487EE

Text Example


Text Example

White with #8487EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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