#9CA4C1

Color #9CA4C1 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9CA4C1

Tints of Rock Blue #9CA4C1

Color information

#9CA4C1 (or 0x9CA4C1) is unknown color: approx Rock Blue. HEX triplet: 9C, A4 and C1. RGB value is (156,164,193). Sum of RGB (Red+Green+Blue) = 156+164+193=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4C1 is #635B3E. Grayscale: #A4A4A4. Windows color (decimal): -6511423 or 12690588. OLE color: 12690588.

HSL color Cylindrical-coordinate representation of color #9CA4C1: hue angle of 227.03º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CA4C1 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156164193-
CMYK0.190.1500.24
HSL227.03º22.98%68.43%-
HSV(B)227.03º19.17%75.69%-
XYZ36.6137.4755.75-
YUV164.91143.85121.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=30.41%
G=31.97%
B=37.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561641930.190.1500.24227.0322.9868.43
Hex9CA4C113F018e31744
Octal234244301231703034327104
Binary10011100101001001100000110011111101100011100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA4C1;
 }
 .AnyTagClassName
 {
   color: #9CA4C1;
 }
</style>
background-color css

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

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

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

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

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

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