#9DA6DF

Color #9DA6DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9DA6DF

Tints of Portage #9DA6DF

Color information

#9DA6DF (or 0x9DA6DF) is unknown color: approx Portage. HEX triplet: 9D, A6 and DF. RGB value is (157,166,223). Sum of RGB (Red+Green+Blue) = 157+166+223=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6DF is #625920. Grayscale: #A9A9A9. Windows color (decimal): -6445345 or 14657181. OLE color: 14657181.

HSL color Cylindrical-coordinate representation of color #9DA6DF: hue angle of 231.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA6DF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157166223-
CMYK0.300.2600.13
HSL231.82º50.77%74.51%-
HSV(B)231.82º29.6%87.45%-
XYZ40.8639.7775.33-
YUV169.81158.02118.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=28.75%
G=30.40%
B=40.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571662230.300.2600.13231.8250.7774.51
Hex9DA6DF1E1A0De8334b
Octal235246337363201535063113
Binary100111011010011011011111111101101001101111010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA6DF; }

 p { color: rgb(157,166,223); }

 H1.HeaderClassName
 {
   color: #9DA6DF;
 }
 .AnyTagClassName
 {
   color: #9DA6DF;
 }
</style>
background-color css

<style>
 a { background-color: #9DA6DF; }

 a { background-color: rgb(157,166,223); }

 div.DivClassName
 {
   background-color: #9DA6DF;
 }
 .BgClassName
 {
   background-color: #9DA6DF;
 }
</style>
border-color css

<style>
 span { border-color: #9DA6DF; }

 span { border-color: rgb(157,166,223); }

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