#9DA7B7

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

Shades of Rock Blue #9DA7B7

Tints of Rock Blue #9DA7B7

Color information

#9DA7B7 (or 0x9DA7B7) is unknown color: approx Rock Blue. HEX triplet: 9D, A7 and B7. RGB value is (157,167,183). Sum of RGB (Red+Green+Blue) = 157+167+183=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #9DA7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA7B7 is #625848. Grayscale: #A5A5A5. Windows color (decimal): -6445129 or 12035997. OLE color: 12035997.

HSL color Cylindrical-coordinate representation of color #9DA7B7: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA7B7 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB157167183-
CMYK0.140.0900.28
HSL216.92º15.29%66.67%-
HSV(B)216.92º14.21%71.76%-
XYZ36.2738.2250.27-
YUV165.83137.69121.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=30.97%
G=32.94%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571671830.140.0900.28216.9215.2966.67
Hex9DA7B7E901Cd9f43
Octal235247267161103433117103
Binary100111011010011110110111111010010111001101100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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