#839CBF

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

Shades of Rock Blue #839CBF

Tints of Rock Blue #839CBF

Color information

#839CBF (or 0x839CBF) is unknown color: approx Rock Blue. HEX triplet: 83, 9C and BF. RGB value is (131,156,191). Sum of RGB (Red+Green+Blue) = 131+156+191=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #839CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBF is #7C6340. Grayscale: #989898. Windows color (decimal): -8151873 or 12557443. OLE color: 12557443.

HSL color Cylindrical-coordinate representation of color #839CBF: hue angle of 215º 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 #839CBF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131156191-
CMYK0.310.1800.25
HSL215º31.91%63.14%-
HSV(B)215º31.41%74.9%-
XYZ30.6532.3653.92-
YUV152.51149.72112.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.41%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 191 (75% from 255) = 39.96%
R=27.41%
G=32.64%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311561910.310.1800.2521531.9163.14
Hex839CBF1F12019d7203f
Octal20323427737220313274077
Binary100000111001110010111111111111001001100111010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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