Html Css Color HEX #888BCA Portage

📋 copy color: '#888BCA'

red 136 ◦ green 139 ◦ blue 202

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

Shades of Portage #888BCA

Tints of Portage #888BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 28.51%
G = 29.14%
B = 42.35%

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

#888BCA (or 0x888BCA) is known color: Portage. HEX triplet: 88, 8B and CA. RGB value is (136,139,202). Sum of RGB (Red+Green+Blue) = 136+139+202=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #888BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCA is #777435. Grayscale: #919191. Windows color (decimal): -7828534 or 13273992. OLE color: 13273992.

HSL color Cylindrical-coordinate representation of color #888BCA: hue angle of 237.27º 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 #888BCA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 139 202 -
CMYK 0.33 0.31 0 0.21
HSL 237.27º 0.38% 0.66% -
HSV(B) 237.27º 0.33% 0.79% -
XYZ 30.05 27.96 59.69 -
YUV 145.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 136 139 202 0.33 0.31 0 0.21 237.27 0.38 0.66
Hex 88 8B CA 21 1F 0 15 ED 26 42
Octal 210 213 312 41 37 0 25 355 46 102
Binary 10001000 10001011 11001010 100001 11111 0 10101 11101101 100110 1000010

Color Harmonies of #888BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BCA

Black with #888BCA

Text Example


Text Example

White with #888BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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