Html Css Color HEX #888CCE Portage

📋 copy color: '#888CCE'

red 136 ◦ green 140 ◦ blue 206

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

Shades of Portage #888CCE

Tints of Portage #888CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 28.22%
G = 29.05%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#888CCE (or 0x888CCE) is known color: Portage. HEX triplet: 88, 8C and CE. RGB value is (136,140,206). Sum of RGB (Red+Green+Blue) = 136+140+206=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #888CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCE is #777331. Grayscale: #929292. Windows color (decimal): -7828274 or 13536392. OLE color: 13536392.

HSL color Cylindrical-coordinate representation of color #888CCE: hue angle of 236.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888CCE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 140 206 -
CMYK 0.34 0.32 0 0.19
HSL 236.57º 0.42% 0.67% -
HSV(B) 236.57º 0.34% 0.81% -
XYZ 30.67 28.45 62.27 -
YUV 146.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 136 140 206 0.34 0.32 0 0.19 236.57 0.42 0.67
Hex 88 8C CE 22 20 0 13 ED 2A 43
Octal 210 214 316 42 40 0 23 355 52 103
Binary 10001000 10001100 11001110 100010 100000 0 10011 11101101 101010 1000011

Color Harmonies of #888CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CCE

Black with #888CCE

Text Example


Text Example

White with #888CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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