#969EBD

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

Shades of Rock Blue #969EBD

Tints of Rock Blue #969EBD

Color information

#969EBD (or 0x969EBD) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and BD. RGB value is (150,158,189). Sum of RGB (Red+Green+Blue) = 150+158+189=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #969EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBD is #696142. Grayscale: #9F9F9F. Windows color (decimal): -6906179 or 12426902. OLE color: 12426902.

HSL color Cylindrical-coordinate representation of color #969EBD: hue angle of 227.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969EBD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150158189-
CMYK0.210.1600.26
HSL227.69º22.81%66.47%-
HSV(B)227.69º20.63%74.12%-
XYZ33.9934.6153.03-
YUV159.14144.85121.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=30.18%
G=31.79%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501581890.210.1600.26227.6922.8166.47
Hex969EBD151001Ae41742
Octal226236275252003234427102
Binary100101101001111010111101101011000001101011100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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