#839CBC

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

Shades of Rock Blue #839CBC

Tints of Rock Blue #839CBC

Color information

#839CBC (or 0x839CBC) is unknown color: approx Rock Blue. HEX triplet: 83, 9C and BC. RGB value is (131,156,188). Sum of RGB (Red+Green+Blue) = 131+156+188=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #839CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBC is #7C6343. Grayscale: #989898. Windows color (decimal): -8151876 or 12360835. OLE color: 12360835.

HSL color Cylindrical-coordinate representation of color #839CBC: hue angle of 213.68º 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 #839CBC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131156188-
CMYK0.300.1700.26
HSL213.68º29.84%62.55%-
HSV(B)213.68º30.32%73.73%-
XYZ30.3332.2352.2-
YUV152.17148.22112.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=27.58%
G=32.84%
B=39.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311561880.300.1700.26213.6829.8462.55
Hex839CBC1E1101Ad61e3f
Octal20323427436210323263677
Binary10000011100111001011110011110100010110101101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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