#919CB9

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

Shades of Rock Blue #919CB9

Tints of Rock Blue #919CB9

Color information

#919CB9 (or 0x919CB9) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and B9. RGB value is (145,156,185). Sum of RGB (Red+Green+Blue) = 145+156+185=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #919CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CB9 is #6E6346. Grayscale: #9B9B9B. Windows color (decimal): -7234375 or 12164241. OLE color: 12164241.

HSL color Cylindrical-coordinate representation of color #919CB9: hue angle of 223.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919CB9 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145156185-
CMYK0.220.1600.27
HSL223.5º22.22%64.71%-
HSV(B)223.5º21.62%72.55%-
XYZ32.3233.350.62-
YUV156.02144.36120.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=29.84%
G=32.10%
B=38.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451561850.220.1600.27223.522.2264.71
Hex919CB9161001Be01641
Octal221234271262003334026101
Binary100100011001110010111001101101000001101111100000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919CB9; }

 p { color: rgb(145,156,185); }

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

<style>
 a { background-color: #919CB9; }

 a { background-color: rgb(145,156,185); }

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

<style>
 span { border-color: #919CB9; }

 span { border-color: rgb(145,156,185); }

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