#8399BA

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

Shades of Rock Blue #8399BA

Tints of Rock Blue #8399BA

Color information

#8399BA (or 0x8399BA) is unknown color: approx Rock Blue. HEX triplet: 83, 99 and BA. RGB value is (131,153,186). Sum of RGB (Red+Green+Blue) = 131+153+186=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8399BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399BA is #7C6645. Grayscale: #969696. Windows color (decimal): -8152646 or 12228995. OLE color: 12228995.

HSL color Cylindrical-coordinate representation of color #8399BA: hue angle of 216º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8399BA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131153186-
CMYK0.300.1800.27
HSL216º28.5%62.16%-
HSV(B)216º29.57%72.94%-
XYZ29.6131.1550.91-
YUV150.18148.21114.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.87%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=27.87%
G=32.55%
B=39.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311531860.300.1800.2721628.562.16
Hex8399BA1E1201Bd81c3e
Octal20323127236220333303476
Binary10000011100110011011101011110100100110111101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8399BA; }

 p { color: rgb(131,153,186); }

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

<style>
 a { background-color: #8399BA; }

 a { background-color: rgb(131,153,186); }

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

<style>
 span { border-color: #8399BA; }

 span { border-color: rgb(131,153,186); }

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