#8A96BE

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

Shades of Rock Blue #8A96BE

Tints of Rock Blue #8A96BE

Color information

#8A96BE (or 0x8A96BE) is unknown color: approx Rock Blue. HEX triplet: 8A, 96 and BE. RGB value is (138,150,190). Sum of RGB (Red+Green+Blue) = 138+150+190=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96BE is #756941. Grayscale: #969696. Windows color (decimal): -7694658 or 12490378. OLE color: 12490378.

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

Color convert

RGB138150190-
CMYK0.270.2100.25
HSL226.15º28.57%64.31%-
HSV(B)226.15º27.37%74.51%-
XYZ30.6830.9353.07-
YUV150.97150.02118.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=28.87%
G=31.38%
B=39.75%

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
Decimal1381501900.270.2100.25226.1528.5764.31
Hex8A96BE1B15019e21d40
Octal212226276332503134235100
Binary100010101001011010111110110111010101100111100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,190); }

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

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

 a { background-color: rgb(138,150,190); }

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

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

 span { border-color: rgb(138,150,190); }

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