#839CBE

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

Shades of Rock Blue #839CBE

Tints of Rock Blue #839CBE

Color information

#839CBE (or 0x839CBE) is unknown color: approx Rock Blue. HEX triplet: 83, 9C and BE. RGB value is (131,156,190). Sum of RGB (Red+Green+Blue) = 131+156+190=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #839CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBE is #7C6341. Grayscale: #989898. Windows color (decimal): -8151874 or 12491907. OLE color: 12491907.

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

Color convert

RGB131156190-
CMYK0.310.1800.25
HSL214.58º31.22%62.94%-
HSV(B)214.58º31.05%74.51%-
XYZ30.5432.3253.34-
YUV152.4149.22112.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=27.46%
G=32.70%
B=39.83%

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
Decimal1311561900.310.1800.25214.5831.2262.94
Hex839CBE1F12019d71f3f
Octal20323427637220313273777
Binary10000011100111001011111011111100100110011101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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