#919EC2

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

Shades of Rock Blue #919EC2

Tints of Rock Blue #919EC2

Color information

#919EC2 (or 0x919EC2) is unknown color: approx Rock Blue. HEX triplet: 91, 9E and C2. RGB value is (145,158,194). Sum of RGB (Red+Green+Blue) = 145+158+194=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #919EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EC2 is #6E613D. Grayscale: #9E9E9E. Windows color (decimal): -7233854 or 12754577. OLE color: 12754577.

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

Color convert

RGB145158194-
CMYK0.250.1900.24
HSL224.08º28.65%66.47%-
HSV(B)224.08º25.26%76.08%-
XYZ33.6434.3755.9-
YUV158.22148.19118.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=29.18%
G=31.79%
B=39.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451581940.250.1900.24224.0828.6566.47
Hex919EC21913018e01d42
Octal221236302312303034035102
Binary100100011001111011000010110011001101100011100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,158,194); }

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

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

 a { background-color: rgb(145,158,194); }

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

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

 span { border-color: rgb(145,158,194); }

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