Html Css Color HEX #888CEA Portage

📋 copy color: '#888CEA'

red 136 ◦ green 140 ◦ blue 234

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

Shades of Portage #888CEA

Tints of Portage #888CEA

RGB

 RED value IS 136 (53.52% from 255) = 26.67%

 GREEN value IS 140 (55.08% from 255) = 27.45%

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

R = 26.67%
G = 27.45%
B = 45.88%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#888CEA (or 0x888CEA) is known color: Portage. HEX triplet: 88, 8C and EA. RGB value is (136,140,234). Sum of RGB (Red+Green+Blue) = 136+140+234=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #888CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEA is #777315. Grayscale: #959595. Windows color (decimal): -7828246 or 15371400. OLE color: 15371400.

HSL color Cylindrical-coordinate representation of color #888CEA: hue angle of 237.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888CEA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 140 234 -
CMYK 0.42 0.40 0 0.08
HSL 237.55º 0.7% 0.73% -
HSV(B) 237.55º 0.42% 0.92% -
XYZ 34.38 29.93 81.81 -
YUV 149.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 136 140 234 0.42 0.40 0 0.08 237.55 0.7 0.73
Hex 88 8C EA 2A 28 0 8 EE 46 49
Octal 210 214 352 52 50 0 10 356 106 111
Binary 10001000 10001100 11101010 101010 101000 0 1000 11101110 1000110 1001001

Color Harmonies of #888CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CEA

Black with #888CEA

Text Example


Text Example

White with #888CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888CEA; }

 p { color: rgb(136,140,234); }

 H1.HeaderClassName
 {
   color: #888CEA;
 }
 .AnyTagClassName
 {
   color: #888CEA;
 }
</style>

background-color css

<style>
 a { background-color: #888CEA; }

 a { background-color: rgb(136,140,234); }

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

border-color css

<style>
 span { border-color: #888CEA; }

 span { border-color: rgb(136,140,234); }

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