Html Css Color HEX #99A5DF Portage

📋 copy color: '#99A5DF'

red 153 ◦ green 165 ◦ blue 223

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

Shades of Portage #99A5DF

Tints of Portage #99A5DF

RGB

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

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

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

R = 28.28%
G = 30.5%
B = 41.22%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99A5DF (or 0x99A5DF) is known color: Portage. HEX triplet: 99, A5 and DF. RGB value is (153,165,223). Sum of RGB (Red+Green+Blue) = 153+165+223=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5DF is #665A20. Grayscale: #A7A7A7. Windows color (decimal): -6707745 or 14656921. OLE color: 14656921.

HSL color Cylindrical-coordinate representation of color #99A5DF: hue angle of 229.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A5DF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 165 223 -
CMYK 0.31 0.26 0 0.13
HSL 229.71º 0.52% 0.74% -
HSV(B) 229.71º 0.31% 0.87% -
XYZ 39.91 39.01 75.24 -
YUV 168.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 153 165 223 0.31 0.26 0 0.13 229.71 0.52 0.74
Hex 99 A5 DF 1F 1A 0 D E6 34 4A
Octal 231 245 337 37 32 0 15 346 64 112
Binary 10011001 10100101 11011111 11111 11010 0 1101 11100110 110100 1001010

Color Harmonies of #99A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A5DF

Black with #99A5DF

Text Example


Text Example

White with #99A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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