Html Css Color HEX #9DA7B5 Rock Blue

📋 copy color: '#9DA7B5'

red 157 ◦ green 167 ◦ blue 181

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

Shades of Rock Blue #9DA7B5

Tints of Rock Blue #9DA7B5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.07%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 31.09%
G = 33.07%
B = 35.84%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9DA7B5 (or 0x9DA7B5) is known color: Rock Blue. HEX triplet: 9D, A7 and B5. RGB value is (157,167,181). Sum of RGB (Red+Green+Blue) = 157+167+181=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #9DA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA7B5 is #62584A. Grayscale: #A5A5A5. Windows color (decimal): -6445131 or 11904925. OLE color: 11904925.

HSL color Cylindrical-coordinate representation of color #9DA7B5: hue angle of 215º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DA7B5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 167 181 -
CMYK 0.13 0.08 0 0.29
HSL 215º 0.14% 0.66% -
HSV(B) 215º 0.13% 0.71% -
XYZ 36.06 38.14 49.18 -
YUV 165.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 157 167 181 0.13 0.08 0 0.29 215 0.14 0.66
Hex 9D A7 B5 D 8 0 1D D7 E 42
Octal 235 247 265 15 10 0 35 327 16 102
Binary 10011101 10100111 10110101 1101 1000 0 11101 11010111 1110 1000010

Color Harmonies of #9DA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA7B5

Black with #9DA7B5

Text Example


Text Example

White with #9DA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,167,181); }

 H1.HeaderClassName
 {
   color: #9DA7B5;
 }
 .AnyTagClassName
 {
   color: #9DA7B5;
 }
</style>

background-color css

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

 a { background-color: rgb(157,167,181); }

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

border-color css

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

 span { border-color: rgb(157,167,181); }

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