Html Css Color HEX #9CA5BA Rock Blue

📋 copy color: '#9CA5BA'

red 156 ◦ green 165 ◦ blue 186

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

Shades of Rock Blue #9CA5BA

Tints of Rock Blue #9CA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 30.77%
G = 32.54%
B = 36.69%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CA5BA (or 0x9CA5BA) is known color: Rock Blue. HEX triplet: 9C, A5 and BA. RGB value is (156,165,186). Sum of RGB (Red+Green+Blue) = 156+165+186=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5BA is #635A45. Grayscale: #A4A4A4. Windows color (decimal): -6511174 or 12232092. OLE color: 12232092.

HSL color Cylindrical-coordinate representation of color #9CA5BA: hue angle of 222º 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 #9CA5BA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 165 186 -
CMYK 0.16 0.11 0 0.27
HSL 222º 0.18% 0.67% -
HSV(B) 222º 0.16% 0.73% -
XYZ 36.03 37.52 51.8 -
YUV 164.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 156 165 186 0.16 0.11 0 0.27 222 0.18 0.67
Hex 9C A5 BA 10 B 0 1B DE 12 43
Octal 234 245 272 20 13 0 33 336 22 103
Binary 10011100 10100101 10111010 10000 1011 0 11011 11011110 10010 1000011

Color Harmonies of #9CA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA5BA

Black with #9CA5BA

Text Example


Text Example

White with #9CA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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