Html Css Color HEX #88A0DF Portage

📋 copy color: '#88A0DF'

red 136 ◦ green 160 ◦ blue 223

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

Shades of Portage #88A0DF

Tints of Portage #88A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 26.2%
G = 30.83%
B = 42.97%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A0DF (or 0x88A0DF) is known color: Portage. HEX triplet: 88, A0 and DF. RGB value is (136,160,223). Sum of RGB (Red+Green+Blue) = 136+160+223=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0DF is #775F20. Grayscale: #9F9F9F. Windows color (decimal): -7823137 or 14655624. OLE color: 14655624.

HSL color Cylindrical-coordinate representation of color #88A0DF: hue angle of 223.45º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88A0DF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 160 223 -
CMYK 0.39 0.28 0 0.13
HSL 223.45º 0.58% 0.7% -
HSV(B) 223.45º 0.39% 0.87% -
XYZ 36.04 35.7 74.8 -
YUV 160.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 136 160 223 0.39 0.28 0 0.13 223.45 0.58 0.7
Hex 88 A0 DF 27 1C 0 D DF 3A 46
Octal 210 240 337 47 34 0 15 337 72 106
Binary 10001000 10100000 11011111 100111 11100 0 1101 11011111 111010 1000110

Color Harmonies of #88A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A0DF

Black with #88A0DF

Text Example


Text Example

White with #88A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,223); }

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

background-color css

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

 a { background-color: rgb(136,160,223); }

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

border-color css

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

 span { border-color: rgb(136,160,223); }

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