Html Css Color HEX #888CCA Portage

📋 copy color: '#888CCA'

red 136 ◦ green 140 ◦ blue 202

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

Shades of Portage #888CCA

Tints of Portage #888CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 28.45%
G = 29.29%
B = 42.26%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#888CCA (or 0x888CCA) is known color: Portage. HEX triplet: 88, 8C and CA. RGB value is (136,140,202). Sum of RGB (Red+Green+Blue) = 136+140+202=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #888CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCA is #777335. Grayscale: #919191. Windows color (decimal): -7828278 or 13274248. OLE color: 13274248.

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

Color convert

RGB 136 140 202 -
CMYK 0.33 0.31 0 0.21
HSL 236.36º 0.38% 0.66% -
HSV(B) 236.36º 0.33% 0.79% -
XYZ 30.19 28.25 59.74 -
YUV 145.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 136 140 202 0.33 0.31 0 0.21 236.36 0.38 0.66
Hex 88 8C CA 21 1F 0 15 EC 26 42
Octal 210 214 312 41 37 0 25 354 46 102
Binary 10001000 10001100 11001010 100001 11111 0 10101 11101100 100110 1000010

Color Harmonies of #888CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CCA

Black with #888CCA

Text Example


Text Example

White with #888CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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