#8399BF

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

Shades of Rock Blue #8399BF

Tints of Rock Blue #8399BF

Color information

#8399BF (or 0x8399BF) is unknown color: approx Rock Blue. HEX triplet: 83, 99 and BF. RGB value is (131,153,191). Sum of RGB (Red+Green+Blue) = 131+153+191=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #8399BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399BF is #7C6640. Grayscale: #969696. Windows color (decimal): -8152641 or 12556675. OLE color: 12556675.

HSL color Cylindrical-coordinate representation of color #8399BF: hue angle of 218º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8399BF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131153191-
CMYK0.310.2000.25
HSL218º31.91%63.14%-
HSV(B)218º31.41%74.9%-
XYZ30.1631.3753.76-
YUV150.75150.71113.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 191 (75% from 255) = 40.21%
R=27.58%
G=32.21%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311531910.310.2000.2521831.9163.14
Hex8399BF1F14019da203f
Octal20323127737240313324077
Binary100000111001100110111111111111010001100111011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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