Html Css Color HEX #888EEA Portage

📋 copy color: '#888EEA'

red 136 ◦ green 142 ◦ blue 234

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

Shades of Portage #888EEA

Tints of Portage #888EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 26.56%
G = 27.73%
B = 45.7%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#888EEA (or 0x888EEA) is known color: Portage. HEX triplet: 88, 8E and EA. RGB value is (136,142,234). Sum of RGB (Red+Green+Blue) = 136+142+234=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #888EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EEA is #777115. Grayscale: #969696. Windows color (decimal): -7827734 or 15371912. OLE color: 15371912.

HSL color Cylindrical-coordinate representation of color #888EEA: hue angle of 236.33º 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 #888EEA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 142 234 -
CMYK 0.42 0.39 0 0.08
HSL 236.33º 0.7% 0.73% -
HSV(B) 236.33º 0.42% 0.92% -
XYZ 34.68 30.52 81.91 -
YUV 150.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 136 142 234 0.42 0.39 0 0.08 236.33 0.7 0.73
Hex 88 8E EA 2A 27 0 8 EC 46 49
Octal 210 216 352 52 47 0 10 354 106 111
Binary 10001000 10001110 11101010 101010 100111 0 1000 11101100 1000110 1001001

Color Harmonies of #888EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EEA

Black with #888EEA

Text Example


Text Example

White with #888EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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