#839ABC

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

Shades of Rock Blue #839ABC

Tints of Rock Blue #839ABC

Color information

#839ABC (or 0x839ABC) is unknown color: approx Rock Blue. HEX triplet: 83, 9A and BC. RGB value is (131,154,188). Sum of RGB (Red+Green+Blue) = 131+154+188=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #839ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ABC is #7C6543. Grayscale: #969696. Windows color (decimal): -8152388 or 12360323. OLE color: 12360323.

HSL color Cylindrical-coordinate representation of color #839ABC: hue angle of 215.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839ABC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131154188-
CMYK0.300.1800.26
HSL215.79º29.84%62.55%-
HSV(B)215.79º30.32%73.73%-
XYZ29.9931.5752.09-
YUV151148.88113.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=27.70%
G=32.56%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311541880.300.1800.26215.7929.8462.55
Hex839ABC1E1201Ad81e3f
Octal20323227436220323303677
Binary10000011100110101011110011110100100110101101100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,154,188); }

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

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

 a { background-color: rgb(131,154,188); }

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

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

 span { border-color: rgb(131,154,188); }

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