Html Css Color HEX #9DA6DF Portage

📋 copy color: '#9DA6DF'

red 157 ◦ green 166 ◦ blue 223

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

Shades of Portage #9DA6DF

Tints of Portage #9DA6DF

RGB

 RED value IS 157 (61.72% from 255) = 28.75%

 GREEN value IS 166 (65.23% from 255) = 30.4%

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

R = 28.75%
G = 30.4%
B = 40.84%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DA6DF (or 0x9DA6DF) is known color: 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

RGB 157 166 223 -
CMYK 0.30 0.26 0 0.13
HSL 231.82º 0.51% 0.75% -
HSV(B) 231.82º 0.3% 0.87% -
XYZ 40.86 39.77 75.33 -
YUV 169.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 157 166 223 0.30 0.26 0 0.13 231.82 0.51 0.75
Hex 9D A6 DF 1E 1A 0 D E8 33 4B
Octal 235 246 337 36 32 0 15 350 63 113
Binary 10011101 10100110 11011111 11110 11010 0 1101 11101000 110011 1001011

Color Harmonies of #9DA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA6DF

Black with #9DA6DF

Text Example


Text Example

White with #9DA6DF

Text Example


Text Example

HTML Codes & Css Web 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>