#959EBA

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

Shades of Rock Blue #959EBA

Tints of Rock Blue #959EBA

Color information

#959EBA (or 0x959EBA) is unknown color: approx Rock Blue. HEX triplet: 95, 9E and BA. RGB value is (149,158,186). Sum of RGB (Red+Green+Blue) = 149+158+186=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #959EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EBA is #6A6145. Grayscale: #9E9E9E. Windows color (decimal): -6971718 or 12230293. OLE color: 12230293.

HSL color Cylindrical-coordinate representation of color #959EBA: hue angle of 225.41º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959EBA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149158186-
CMYK0.200.1500.27
HSL225.41º21.14%65.69%-
HSV(B)225.41º19.89%72.94%-
XYZ33.4834.3951.33-
YUV158.5143.52121.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=30.22%
G=32.05%
B=37.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491581860.200.1500.27225.4121.1465.69
Hex959EBA14F01Be11542
Octal225236272241703334125102
Binary10010101100111101011101010100111101101111100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959EBA; }

 p { color: rgb(149,158,186); }

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

<style>
 a { background-color: #959EBA; }

 a { background-color: rgb(149,158,186); }

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

<style>
 span { border-color: #959EBA; }

 span { border-color: rgb(149,158,186); }

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