#8B96BF

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

Shades of Rock Blue #8B96BF

Tints of Rock Blue #8B96BF

Color information

#8B96BF (or 0x8B96BF) is unknown color: approx Rock Blue. HEX triplet: 8B, 96 and BF. RGB value is (139,150,191). Sum of RGB (Red+Green+Blue) = 139+150+191=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96BF is #746940. Grayscale: #979797. Windows color (decimal): -7629121 or 12555915. OLE color: 12555915.

HSL color Cylindrical-coordinate representation of color #8B96BF: hue angle of 227.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B96BF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139150191-
CMYK0.270.2100.25
HSL227.31º28.89%64.71%-
HSV(B)227.31º27.23%74.9%-
XYZ30.9631.0653.65-
YUV151.38150.36119.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 191 (75% from 255) = 39.79%
R=28.96%
G=31.25%
B=39.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391501910.270.2100.25227.3128.8964.71
Hex8B96BF1B15019e31d41
Octal213226277332503134335101
Binary100010111001011010111111110111010101100111100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B96BF; }

 p { color: rgb(139,150,191); }

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

<style>
 a { background-color: #8B96BF; }

 a { background-color: rgb(139,150,191); }

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

<style>
 span { border-color: #8B96BF; }

 span { border-color: rgb(139,150,191); }

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