Html Css Color HEX #9CA7BA Rock Blue

📋 copy color: '#9CA7BA'

red 156 ◦ green 167 ◦ blue 186

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

Shades of Rock Blue #9CA7BA

Tints of Rock Blue #9CA7BA

RGB

 RED value IS 156 (61.33% from 255) = 30.65%

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 30.65%
G = 32.81%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CA7BA (or 0x9CA7BA) is known color: Rock Blue. HEX triplet: 9C, A7 and BA. RGB value is (156,167,186). Sum of RGB (Red+Green+Blue) = 156+167+186=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BA is #635845. Grayscale: #A5A5A5. Windows color (decimal): -6510662 or 12232604. OLE color: 12232604.

HSL color Cylindrical-coordinate representation of color #9CA7BA: hue angle of 218º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CA7BA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 167 186 -
CMYK 0.16 0.10 0 0.27
HSL 218º 0.18% 0.67% -
HSV(B) 218º 0.16% 0.73% -
XYZ 36.39 38.25 51.92 -
YUV 165.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 156 167 186 0.16 0.10 0 0.27 218 0.18 0.67
Hex 9C A7 BA 10 A 0 1B DA 12 43
Octal 234 247 272 20 12 0 33 332 22 103
Binary 10011100 10100111 10111010 10000 1010 0 11011 11011010 10010 1000011

Color Harmonies of #9CA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA7BA

Black with #9CA7BA

Text Example


Text Example

White with #9CA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,186); }

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

background-color css

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

 a { background-color: rgb(156,167,186); }

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

border-color css

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

 span { border-color: rgb(156,167,186); }

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