Html Css Color HEX #888CD0 Portage

📋 copy color: '#888CD0'

red 136 ◦ green 140 ◦ blue 208

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

Shades of Portage #888CD0

Tints of Portage #888CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 28.1%
G = 28.93%
B = 42.98%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#888CD0 (or 0x888CD0) is known color: Portage. HEX triplet: 88, 8C and D0. RGB value is (136,140,208). Sum of RGB (Red+Green+Blue) = 136+140+208=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #888CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CD0 is #77732F. Grayscale: #929292. Windows color (decimal): -7828272 or 13667464. OLE color: 13667464.

HSL color Cylindrical-coordinate representation of color #888CD0: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888CD0 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 140 208 -
CMYK 0.35 0.33 0 0.18
HSL 236.67º 0.43% 0.67% -
HSV(B) 236.67º 0.35% 0.82% -
XYZ 30.92 28.54 63.55 -
YUV 146.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 136 140 208 0.35 0.33 0 0.18 236.67 0.43 0.67
Hex 88 8C D0 23 21 0 12 ED 2B 43
Octal 210 214 320 43 41 0 22 355 53 103
Binary 10001000 10001100 11010000 100011 100001 0 10010 11101101 101011 1000011

Color Harmonies of #888CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CD0

Black with #888CD0

Text Example


Text Example

White with #888CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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