Html Css Color HEX #8788E0 Portage

📋 copy color: '#8788E0'

red 135 ◦ green 136 ◦ blue 224

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

Shades of Portage #8788E0

Tints of Portage #8788E0

RGB

 RED value IS 135 (53.13% from 255) = 27.27%

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 27.27%
G = 27.47%
B = 45.25%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8788E0 (or 0x8788E0) is known color: Portage. HEX triplet: 87, 88 and E0. RGB value is (135,136,224). Sum of RGB (Red+Green+Blue) = 135+136+224=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #8788E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8788E0 is #78771F. Grayscale: #919191. Windows color (decimal): -7894816 or 14715015. OLE color: 14715015.

HSL color Cylindrical-coordinate representation of color #8788E0: hue angle of 239.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8788E0 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 136 224 -
CMYK 0.40 0.39 0 0.12
HSL 239.33º 0.59% 0.7% -
HSV(B) 239.33º 0.4% 0.88% -
XYZ 32.25 28.14 74.25 -
YUV 145.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 135 136 224 0.40 0.39 0 0.12 239.33 0.59 0.7
Hex 87 88 E0 28 27 0 C EF 3B 46
Octal 207 210 340 50 47 0 14 357 73 106
Binary 10000111 10001000 11100000 101000 100111 0 1100 11101111 111011 1000110

Color Harmonies of #8788E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8788E0

Black with #8788E0

Text Example


Text Example

White with #8788E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8788E0; }

 p { color: rgb(135,136,224); }

 H1.HeaderClassName
 {
   color: #8788E0;
 }
 .AnyTagClassName
 {
   color: #8788E0;
 }
</style>

background-color css

<style>
 a { background-color: #8788E0; }

 a { background-color: rgb(135,136,224); }

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

border-color css

<style>
 span { border-color: #8788E0; }

 span { border-color: rgb(135,136,224); }

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