#919CBC

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

Shades of Rock Blue #919CBC

Tints of Rock Blue #919CBC

Color information

#919CBC (or 0x919CBC) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and BC. RGB value is (145,156,188). Sum of RGB (Red+Green+Blue) = 145+156+188=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #919CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CBC is #6E6343. Grayscale: #9C9C9C. Windows color (decimal): -7234372 or 12360849. OLE color: 12360849.

HSL color Cylindrical-coordinate representation of color #919CBC: hue angle of 224.65º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919CBC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145156188-
CMYK0.230.1700.26
HSL224.65º24.29%65.29%-
HSV(B)224.65º22.87%73.73%-
XYZ32.6433.4352.31-
YUV156.36145.86119.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=29.65%
G=31.90%
B=38.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451561880.230.1700.26224.6524.2965.29
Hex919CBC171101Ae11841
Octal221234274272103234130101
Binary100100011001110010111100101111000101101011100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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