#919CBF

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

Shades of Rock Blue #919CBF

Tints of Rock Blue #919CBF

Color information

#919CBF (or 0x919CBF) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and BF. RGB value is (145,156,191). Sum of RGB (Red+Green+Blue) = 145+156+191=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #919CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CBF is #6E6340. Grayscale: #9C9C9C. Windows color (decimal): -7234369 or 12557457. OLE color: 12557457.

HSL color Cylindrical-coordinate representation of color #919CBF: hue angle of 225.65º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919CBF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145156191-
CMYK0.240.1800.25
HSL225.65º26.44%65.88%-
HSV(B)225.65º24.08%74.9%-
XYZ32.9733.5654.03-
YUV156.7147.36119.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 191 (75% from 255) = 38.82%
R=29.47%
G=31.71%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451561910.240.1800.25225.6526.4465.88
Hex919CBF1812019e21a42
Octal221234277302203134232102
Binary100100011001110010111111110001001001100111100010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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