Html Css Color HEX #88A3DD Portage

📋 copy color: '#88A3DD'

red 136 ◦ green 163 ◦ blue 221

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

Shades of Portage #88A3DD

Tints of Portage #88A3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 26.15%
G = 31.35%
B = 42.5%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A3DD (or 0x88A3DD) is known color: Portage. HEX triplet: 88, A3 and DD. RGB value is (136,163,221). Sum of RGB (Red+Green+Blue) = 136+163+221=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #88A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3DD is #775C22. Grayscale: #A1A1A1. Windows color (decimal): -7822371 or 14525320. OLE color: 14525320.

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

Color convert

RGB 136 163 221 -
CMYK 0.38 0.26 0 0.13
HSL 220.94º 0.56% 0.7% -
HSV(B) 220.94º 0.38% 0.87% -
XYZ 36.3 36.65 73.57 -
YUV 161.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 136 163 221 0.38 0.26 0 0.13 220.94 0.56 0.7
Hex 88 A3 DD 26 1A 0 D DD 38 46
Octal 210 243 335 46 32 0 15 335 70 106
Binary 10001000 10100011 11011101 100110 11010 0 1101 11011101 111000 1000110

Color Harmonies of #88A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3DD

Black with #88A3DD

Text Example


Text Example

White with #88A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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