#919EB3

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

Shades of Rock Blue #919EB3

Tints of Rock Blue #919EB3

Color information

#919EB3 (or 0x919EB3) is unknown color: approx Rock Blue. HEX triplet: 91, 9E and B3. RGB value is (145,158,179). Sum of RGB (Red+Green+Blue) = 145+158+179=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #919EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EB3 is #6E614C. Grayscale: #9C9C9C. Windows color (decimal): -7233869 or 11771537. OLE color: 11771537.

HSL color Cylindrical-coordinate representation of color #919EB3: hue angle of 217.06º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919EB3 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145158179-
CMYK0.190.1200.30
HSL217.06º18.28%63.53%-
HSV(B)217.06º18.99%70.2%-
XYZ32.0433.7347.47-
YUV156.51140.69119.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=30.08%
G=32.78%
B=37.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451581790.190.1200.30217.0618.2863.53
Hex919EB313C01Ed91240
Octal221236263231403633122100
Binary10010001100111101011001110011110001111011011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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