#8399BC

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

Shades of Rock Blue #8399BC

Tints of Rock Blue #8399BC

Color information

#8399BC (or 0x8399BC) is unknown color: approx Rock Blue. HEX triplet: 83, 99 and BC. RGB value is (131,153,188). Sum of RGB (Red+Green+Blue) = 131+153+188=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8399BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399BC is #7C6643. Grayscale: #969696. Windows color (decimal): -8152644 or 12360067. OLE color: 12360067.

HSL color Cylindrical-coordinate representation of color #8399BC: hue angle of 216.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8399BC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131153188-
CMYK0.300.1900.26
HSL216.84º29.84%62.55%-
HSV(B)216.84º30.32%73.73%-
XYZ29.8331.2452.03-
YUV150.41149.21114.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=27.75%
G=32.42%
B=39.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311531880.300.1900.26216.8429.8462.55
Hex8399BC1E1301Ad91e3f
Octal20323127436230323313677
Binary10000011100110011011110011110100110110101101100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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