#839EB9

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

Shades of Rock Blue #839EB9

Tints of Rock Blue #839EB9

Color information

#839EB9 (or 0x839EB9) is unknown color: approx Rock Blue. HEX triplet: 83, 9E and B9. RGB value is (131,158,185). Sum of RGB (Red+Green+Blue) = 131+158+185=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #839EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EB9 is #7C6146. Grayscale: #989898. Windows color (decimal): -8151367 or 12164739. OLE color: 12164739.

HSL color Cylindrical-coordinate representation of color #839EB9: hue angle of 210º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #839EB9 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131158185-
CMYK0.290.1500.27
HSL210º27.84%61.96%-
HSV(B)210º29.19%72.55%-
XYZ30.3432.7850.63-
YUV153146.05112.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=27.64%
G=33.33%
B=39.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311581850.290.1500.2721027.8461.96
Hex839EB91DF01Bd21c3e
Octal20323627135170333223476
Binary1000001110011110101110011110111110110111101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839EB9; }

 p { color: rgb(131,158,185); }

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

<style>
 a { background-color: #839EB9; }

 a { background-color: rgb(131,158,185); }

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

<style>
 span { border-color: #839EB9; }

 span { border-color: rgb(131,158,185); }

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