Html Css Color HEX #88A2DC Portage

📋 copy color: '#88A2DC'

red 136 ◦ green 162 ◦ blue 220

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

Shades of Portage #88A2DC

Tints of Portage #88A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 26.25%
G = 31.27%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88A2DC (or 0x88A2DC) is known color: Portage. HEX triplet: 88, A2 and DC. RGB value is (136,162,220). Sum of RGB (Red+Green+Blue) = 136+162+220=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #88A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2DC is #775D23. Grayscale: #A0A0A0. Windows color (decimal): -7822628 or 14459528. OLE color: 14459528.

HSL color Cylindrical-coordinate representation of color #88A2DC: hue angle of 221.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A2DC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 162 220 -
CMYK 0.38 0.26 0 0.14
HSL 221.43º 0.55% 0.7% -
HSV(B) 221.43º 0.38% 0.86% -
XYZ 35.99 36.24 72.81 -
YUV 160.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 136 162 220 0.38 0.26 0 0.14 221.43 0.55 0.7
Hex 88 A2 DC 26 1A 0 E DD 37 46
Octal 210 242 334 46 32 0 16 335 67 106
Binary 10001000 10100010 11011100 100110 11010 0 1110 11011101 110111 1000110

Color Harmonies of #88A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A2DC

Black with #88A2DC

Text Example


Text Example

White with #88A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A2DC; }

 p { color: rgb(136,162,220); }

 H1.HeaderClassName
 {
   color: #88A2DC;
 }
 .AnyTagClassName
 {
   color: #88A2DC;
 }
</style>

background-color css

<style>
 a { background-color: #88A2DC; }

 a { background-color: rgb(136,162,220); }

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

border-color css

<style>
 span { border-color: #88A2DC; }

 span { border-color: rgb(136,162,220); }

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