#919AC0

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

Shades of Rock Blue #919AC0

Tints of Rock Blue #919AC0

Color information

#919AC0 (or 0x919AC0) is unknown color: approx Rock Blue. HEX triplet: 91, 9A and C0. RGB value is (145,154,192). Sum of RGB (Red+Green+Blue) = 145+154+192=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #919AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AC0 is #6E653F. Grayscale: #9B9B9B. Windows color (decimal): -7234880 or 12622481. OLE color: 12622481.

HSL color Cylindrical-coordinate representation of color #919AC0: hue angle of 228.51º degrees, saturation: 0.27, 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 #919AC0 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145154192-
CMYK0.240.2000.25
HSL228.51º27.17%66.08%-
HSV(B)228.51º24.48%75.29%-
XYZ32.7532.9454.5-
YUV155.64148.52120.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.53%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=29.53%
G=31.36%
B=39.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451541920.240.2000.25228.5127.1766.08
Hex919AC01814019e51b42
Octal221232300302403134533102
Binary100100011001101011000000110001010001100111100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,154,192); }

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

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

 a { background-color: rgb(145,154,192); }

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

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

 span { border-color: rgb(145,154,192); }

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