Html Css Color HEX #888CCB Portage

📋 copy color: '#888CCB'

red 136 ◦ green 140 ◦ blue 203

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

Shades of Portage #888CCB

Tints of Portage #888CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 28.39%
G = 29.23%
B = 42.38%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888CCB (or 0x888CCB) is known color: Portage. HEX triplet: 88, 8C and CB. RGB value is (136,140,203). Sum of RGB (Red+Green+Blue) = 136+140+203=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #888CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCB is #777334. Grayscale: #919191. Windows color (decimal): -7828277 or 13339784. OLE color: 13339784.

HSL color Cylindrical-coordinate representation of color #888CCB: hue angle of 236.42º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888CCB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 140 203 -
CMYK 0.33 0.31 0 0.20
HSL 236.42º 0.39% 0.66% -
HSV(B) 236.42º 0.33% 0.8% -
XYZ 30.31 28.3 60.37 -
YUV 145.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 136 140 203 0.33 0.31 0 0.20 236.42 0.39 0.66
Hex 88 8C CB 21 1F 0 14 EC 27 42
Octal 210 214 313 41 37 0 24 354 47 102
Binary 10001000 10001100 11001011 100001 11111 0 10100 11101100 100111 1000010

Color Harmonies of #888CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CCB

Black with #888CCB

Text Example


Text Example

White with #888CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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