#969EBA

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

Shades of Rock Blue #969EBA

Tints of Rock Blue #969EBA

Color information

#969EBA (or 0x969EBA) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and BA. RGB value is (150,158,186). Sum of RGB (Red+Green+Blue) = 150+158+186=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #969EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBA is #696145. Grayscale: #9E9E9E. Windows color (decimal): -6906182 or 12230294. OLE color: 12230294.

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

Color convert

RGB150158186-
CMYK0.190.1500.27
HSL226.67º20.69%65.88%-
HSV(B)226.67º19.35%72.94%-
XYZ33.6734.4851.34-
YUV158.8143.35121.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=30.36%
G=31.98%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501581860.190.1500.27226.6720.6965.88
Hex969EBA13F01Be31542
Octal226236272231703334325102
Binary10010110100111101011101010011111101101111100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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