Html Css Color HEX #8799DD Portage

📋 copy color: '#8799DD'

red 135 ◦ green 153 ◦ blue 221

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

Shades of Portage #8799DD

Tints of Portage #8799DD

RGB

 RED value IS 135 (53.13% from 255) = 26.52%

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 26.52%
G = 30.06%
B = 43.42%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8799DD (or 0x8799DD) is known color: Portage. HEX triplet: 87, 99 and DD. RGB value is (135,153,221). Sum of RGB (Red+Green+Blue) = 135+153+221=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8799DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799DD is #786622. Grayscale: #9B9B9B. Windows color (decimal): -7890467 or 14522759. OLE color: 14522759.

HSL color Cylindrical-coordinate representation of color #8799DD: hue angle of 227.44º degrees, saturation: 0.56, 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 #8799DD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 153 221 -
CMYK 0.39 0.31 0 0.13
HSL 227.44º 0.56% 0.7% -
HSV(B) 227.44º 0.39% 0.87% -
XYZ 34.43 33.15 72.99 -
YUV 155.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 135 153 221 0.39 0.31 0 0.13 227.44 0.56 0.7
Hex 87 99 DD 27 1F 0 D E3 38 46
Octal 207 231 335 47 37 0 15 343 70 106
Binary 10000111 10011001 11011101 100111 11111 0 1101 11100011 111000 1000110

Color Harmonies of #8799DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799DD

Black with #8799DD

Text Example


Text Example

White with #8799DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8799DD; }

 p { color: rgb(135,153,221); }

 H1.HeaderClassName
 {
   color: #8799DD;
 }
 .AnyTagClassName
 {
   color: #8799DD;
 }
</style>

background-color css

<style>
 a { background-color: #8799DD; }

 a { background-color: rgb(135,153,221); }

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

border-color css

<style>
 span { border-color: #8799DD; }

 span { border-color: rgb(135,153,221); }

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