Html Css Color HEX #88A4DF Portage

📋 copy color: '#88A4DF'

red 136 ◦ green 164 ◦ blue 223

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

Shades of Portage #88A4DF

Tints of Portage #88A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

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

R = 26%
G = 31.36%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A4DF (or 0x88A4DF) is known color: Portage. HEX triplet: 88, A4 and DF. RGB value is (136,164,223). Sum of RGB (Red+Green+Blue) = 136+164+223=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4DF is #775B20. Grayscale: #A2A2A2. Windows color (decimal): -7822113 or 14656648. OLE color: 14656648.

HSL color Cylindrical-coordinate representation of color #88A4DF: hue angle of 220.69º 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 #88A4DF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 164 223 -
CMYK 0.39 0.26 0 0.13
HSL 220.69º 0.58% 0.7% -
HSV(B) 220.69º 0.39% 0.87% -
XYZ 36.75 37.11 75.04 -
YUV 162.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 136 164 223 0.39 0.26 0 0.13 220.69 0.58 0.7
Hex 88 A4 DF 27 1A 0 D DD 3A 46
Octal 210 244 337 47 32 0 15 335 72 106
Binary 10001000 10100100 11011111 100111 11010 0 1101 11011101 111010 1000110

Color Harmonies of #88A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A4DF

Black with #88A4DF

Text Example


Text Example

White with #88A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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