Html Css Color HEX #888CEC Portage

📋 copy color: '#888CEC'

red 136 ◦ green 140 ◦ blue 236

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

Shades of Portage #888CEC

Tints of Portage #888CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 26.56%
G = 27.34%
B = 46.09%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#888CEC (or 0x888CEC) is known color: Portage. HEX triplet: 88, 8C and EC. RGB value is (136,140,236). Sum of RGB (Red+Green+Blue) = 136+140+236=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #888CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEC is #777313. Grayscale: #959595. Windows color (decimal): -7828244 or 15502472. OLE color: 15502472.

HSL color Cylindrical-coordinate representation of color #888CEC: hue angle of 237.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888CEC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 140 236 -
CMYK 0.42 0.41 0 0.07
HSL 237.6º 0.72% 0.73% -
HSV(B) 237.6º 0.42% 0.93% -
XYZ 34.67 30.05 83.33 -
YUV 149.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 136 140 236 0.42 0.41 0 0.07 237.6 0.72 0.73
Hex 88 8C EC 2A 29 0 7 EE 48 49
Octal 210 214 354 52 51 0 7 356 110 111
Binary 10001000 10001100 11101100 101010 101001 0 111 11101110 1001000 1001001

Color Harmonies of #888CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CEC

Black with #888CEC

Text Example


Text Example

White with #888CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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