#8399BE

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

Shades of Rock Blue #8399BE

Tints of Rock Blue #8399BE

Color information

#8399BE (or 0x8399BE) is unknown color: approx Rock Blue. HEX triplet: 83, 99 and BE. RGB value is (131,153,190). Sum of RGB (Red+Green+Blue) = 131+153+190=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #8399BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399BE is #7C6641. Grayscale: #969696. Windows color (decimal): -8152642 or 12491139. OLE color: 12491139.

HSL color Cylindrical-coordinate representation of color #8399BE: hue angle of 217.63º degrees, saturation: 0.31, 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 #8399BE is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131153190-
CMYK0.310.1900.25
HSL217.63º31.22%62.94%-
HSV(B)217.63º31.05%74.51%-
XYZ30.0531.3353.18-
YUV150.64150.21113.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=27.64%
G=32.28%
B=40.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311531900.310.1900.25217.6331.2262.94
Hex8399BE1F13019da1f3f
Octal20323127637230313323777
Binary10000011100110011011111011111100110110011101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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