Html Css Color HEX #99A5DB Portage

📋 copy color: '#99A5DB'

red 153 ◦ green 165 ◦ blue 219

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

Shades of Portage #99A5DB

Tints of Portage #99A5DB

RGB

 RED value IS 153 (60.16% from 255) = 28.49%

 GREEN value IS 165 (64.84% from 255) = 30.73%

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

R = 28.49%
G = 30.73%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99A5DB (or 0x99A5DB) is known color: Portage. HEX triplet: 99, A5 and DB. RGB value is (153,165,219). Sum of RGB (Red+Green+Blue) = 153+165+219=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5DB is #665A24. Grayscale: #A7A7A7. Windows color (decimal): -6707749 or 14394777. OLE color: 14394777.

HSL color Cylindrical-coordinate representation of color #99A5DB: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A5DB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 165 219 -
CMYK 0.30 0.25 0 0.14
HSL 229.09º 0.48% 0.73% -
HSV(B) 229.09º 0.3% 0.86% -
XYZ 39.38 38.8 72.43 -
YUV 167.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 153 165 219 0.30 0.25 0 0.14 229.09 0.48 0.73
Hex 99 A5 DB 1E 19 0 E E5 30 49
Octal 231 245 333 36 31 0 16 345 60 111
Binary 10011001 10100101 11011011 11110 11001 0 1110 11100101 110000 1001001

Color Harmonies of #99A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A5DB

Black with #99A5DB

Text Example


Text Example

White with #99A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A5DB; }

 p { color: rgb(153,165,219); }

 H1.HeaderClassName
 {
   color: #99A5DB;
 }
 .AnyTagClassName
 {
   color: #99A5DB;
 }
</style>

background-color css

<style>
 a { background-color: #99A5DB; }

 a { background-color: rgb(153,165,219); }

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

border-color css

<style>
 span { border-color: #99A5DB; }

 span { border-color: rgb(153,165,219); }

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