Html Css Color HEX #9CA5B4 Rock Blue

📋 copy color: '#9CA5B4'

red 156 ◦ green 165 ◦ blue 180

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

Shades of Rock Blue #9CA5B4

Tints of Rock Blue #9CA5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 31.14%
G = 32.93%
B = 35.93%

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

#9CA5B4 (or 0x9CA5B4) is known color: Rock Blue. HEX triplet: 9C, A5 and B4. RGB value is (156,165,180). Sum of RGB (Red+Green+Blue) = 156+165+180=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #9CA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5B4 is #635A4B. Grayscale: #A3A3A3. Windows color (decimal): -6511180 or 11838876. OLE color: 11838876.

HSL color Cylindrical-coordinate representation of color #9CA5B4: hue angle of 217.5º 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 #9CA5B4 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 165 180 -
CMYK 0.13 0.08 0 0.29
HSL 217.5º 0.14% 0.66% -
HSV(B) 217.5º 0.13% 0.71% -
XYZ 35.4 37.27 48.51 -
YUV 164.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 156 165 180 0.13 0.08 0 0.29 217.5 0.14 0.66
Hex 9C A5 B4 D 8 0 1D DA E 42
Octal 234 245 264 15 10 0 35 332 16 102
Binary 10011100 10100101 10110100 1101 1000 0 11101 11011010 1110 1000010

Color Harmonies of #9CA5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA5B4

Black with #9CA5B4

Text Example


Text Example

White with #9CA5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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