#839CB9

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

Shades of Rock Blue #839CB9

Tints of Rock Blue #839CB9

Color information

#839CB9 (or 0x839CB9) is unknown color: approx Rock Blue. HEX triplet: 83, 9C and B9. RGB value is (131,156,185). Sum of RGB (Red+Green+Blue) = 131+156+185=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #839CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CB9 is #7C6346. Grayscale: #979797. Windows color (decimal): -8151879 or 12164227. OLE color: 12164227.

HSL color Cylindrical-coordinate representation of color #839CB9: hue angle of 212.22º 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 #839CB9 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131156185-
CMYK0.290.1600.27
HSL212.22º27.84%61.96%-
HSV(B)212.22º29.19%72.55%-
XYZ30.0132.1150.51-
YUV151.83146.72113.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=27.75%
G=33.05%
B=39.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311561850.290.1600.27212.2227.8461.96
Hex839CB91D1001Bd41c3e
Octal20323427135200333243476
Binary10000011100111001011100111101100000110111101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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