#839ABA

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

Shades of Rock Blue #839ABA

Tints of Rock Blue #839ABA

Color information

#839ABA (or 0x839ABA) is unknown color: approx Rock Blue. HEX triplet: 83, 9A and BA. RGB value is (131,154,186). Sum of RGB (Red+Green+Blue) = 131+154+186=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #839ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ABA is #7C6545. Grayscale: #969696. Windows color (decimal): -8152390 or 12229251. OLE color: 12229251.

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

Color convert

RGB131154186-
CMYK0.300.1700.27
HSL214.91º28.5%62.16%-
HSV(B)214.91º29.57%72.94%-
XYZ29.7831.4850.96-
YUV150.77147.88113.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.81%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=27.81%
G=32.70%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311541860.300.1700.27214.9128.562.16
Hex839ABA1E1101Bd71c3e
Octal20323227236210333273476
Binary10000011100110101011101011110100010110111101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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