Html Css Color HEX #9CA8BD Rock Blue

📋 copy color: '#9CA8BD'

red 156 ◦ green 168 ◦ blue 189

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

Shades of Rock Blue #9CA8BD

Tints of Rock Blue #9CA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 30.41%
G = 32.75%
B = 36.84%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CA8BD (or 0x9CA8BD) is known color: Rock Blue. HEX triplet: 9C, A8 and BD. RGB value is (156,168,189). Sum of RGB (Red+Green+Blue) = 156+168+189=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8BD is #635742. Grayscale: #A6A6A6. Windows color (decimal): -6510403 or 12429468. OLE color: 12429468.

HSL color Cylindrical-coordinate representation of color #9CA8BD: hue angle of 218.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA8BD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 168 189 -
CMYK 0.17 0.11 0 0.26
HSL 218.18º 0.2% 0.68% -
HSV(B) 218.18º 0.17% 0.74% -
XYZ 36.9 38.75 53.68 -
YUV 166.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 156 168 189 0.17 0.11 0 0.26 218.18 0.2 0.68
Hex 9C A8 BD 11 B 0 1A DA 14 44
Octal 234 250 275 21 13 0 32 332 24 104
Binary 10011100 10101000 10111101 10001 1011 0 11010 11011010 10100 1000100

Color Harmonies of #9CA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA8BD

Black with #9CA8BD

Text Example


Text Example

White with #9CA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,189); }

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

background-color css

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

 a { background-color: rgb(156,168,189); }

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

border-color css

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

 span { border-color: rgb(156,168,189); }

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