Html Css Color HEX #88A3DB Portage

📋 copy color: '#88A3DB'

red 136 ◦ green 163 ◦ blue 219

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

Shades of Portage #88A3DB

Tints of Portage #88A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 26.25%
G = 31.47%
B = 42.28%

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

#88A3DB (or 0x88A3DB) is known color: Portage. HEX triplet: 88, A3 and DB. RGB value is (136,163,219). Sum of RGB (Red+Green+Blue) = 136+163+219=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3DB is #775C24. Grayscale: #A1A1A1. Windows color (decimal): -7822373 or 14394248. OLE color: 14394248.

HSL color Cylindrical-coordinate representation of color #88A3DB: hue angle of 220.48º degrees, saturation: 0.54, 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 #88A3DB is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 163 219 -
CMYK 0.38 0.26 0 0.14
HSL 220.48º 0.54% 0.7% -
HSV(B) 220.48º 0.38% 0.86% -
XYZ 36.04 36.54 72.17 -
YUV 161.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 136 163 219 0.38 0.26 0 0.14 220.48 0.54 0.7
Hex 88 A3 DB 26 1A 0 E DC 36 46
Octal 210 243 333 46 32 0 16 334 66 106
Binary 10001000 10100011 11011011 100110 11010 0 1110 11011100 110110 1000110

Color Harmonies of #88A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3DB

Black with #88A3DB

Text Example


Text Example

White with #88A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,163,219); }

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

background-color css

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

 a { background-color: rgb(136,163,219); }

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

border-color css

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

 span { border-color: rgb(136,163,219); }

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