Html Css Color HEX #9CA4BE Rock Blue

📋 copy color: '#9CA4BE'

red 156 ◦ green 164 ◦ blue 190

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

Shades of Rock Blue #9CA4BE

Tints of Rock Blue #9CA4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 30.59%
G = 32.16%
B = 37.25%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9CA4BE (or 0x9CA4BE) is known color: Rock Blue. HEX triplet: 9C, A4 and BE. RGB value is (156,164,190). Sum of RGB (Red+Green+Blue) = 156+164+190=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4BE is #635B41. Grayscale: #A4A4A4. Windows color (decimal): -6511426 or 12493980. OLE color: 12493980.

HSL color Cylindrical-coordinate representation of color #9CA4BE: hue angle of 225.88º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA4BE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 164 190 -
CMYK 0.18 0.14 0 0.25
HSL 225.88º 0.21% 0.68% -
HSV(B) 225.88º 0.18% 0.75% -
XYZ 36.28 37.34 54.01 -
YUV 164.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 156 164 190 0.18 0.14 0 0.25 225.88 0.21 0.68
Hex 9C A4 BE 12 E 0 19 E2 15 44
Octal 234 244 276 22 16 0 31 342 25 104
Binary 10011100 10100100 10111110 10010 1110 0 11001 11100010 10101 1000100

Color Harmonies of #9CA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA4BE

Black with #9CA4BE

Text Example


Text Example

White with #9CA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,190); }

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

background-color css

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

 a { background-color: rgb(156,164,190); }

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

border-color css

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

 span { border-color: rgb(156,164,190); }

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