Html Css Color HEX #888AEC Portage

📋 copy color: '#888AEC'

red 136 ◦ green 138 ◦ blue 236

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

Shades of Portage #888AEC

Tints of Portage #888AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

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

R = 26.67%
G = 27.06%
B = 46.27%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#888AEC (or 0x888AEC) is known color: Portage. HEX triplet: 88, 8A and EC. RGB value is (136,138,236). Sum of RGB (Red+Green+Blue) = 136+138+236=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #888AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AEC is #777513. Grayscale: #949494. Windows color (decimal): -7828756 or 15501960. OLE color: 15501960.

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

Color convert

RGB 136 138 236 -
CMYK 0.42 0.42 0 0.07
HSL 238.8º 0.72% 0.73% -
HSV(B) 238.8º 0.42% 0.93% -
XYZ 34.38 29.47 83.23 -
YUV 148.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 136 138 236 0.42 0.42 0 0.07 238.8 0.72 0.73
Hex 88 8A EC 2A 2A 0 7 EF 48 49
Octal 210 212 354 52 52 0 7 357 110 111
Binary 10001000 10001010 11101100 101010 101010 0 111 11101111 1001000 1001001

Color Harmonies of #888AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AEC

Black with #888AEC

Text Example


Text Example

White with #888AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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