#839BBB

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

Shades of Rock Blue #839BBB

Tints of Rock Blue #839BBB

Color information

#839BBB (or 0x839BBB) is unknown color: approx Rock Blue. HEX triplet: 83, 9B and BB. RGB value is (131,155,187). Sum of RGB (Red+Green+Blue) = 131+155+187=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #839BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BBB is #7C6444. Grayscale: #979797. Windows color (decimal): -8152133 or 12295043. OLE color: 12295043.

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

Color convert

RGB131155187-
CMYK0.300.1700.27
HSL214.29º29.17%62.35%-
HSV(B)214.29º29.95%73.33%-
XYZ30.0531.8651.58-
YUV151.47148.05113.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=27.70%
G=32.77%
B=39.53%

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
Decimal1311551870.300.1700.27214.2929.1762.35
Hex839BBB1E1101Bd61d3e
Octal20323327336210333263576
Binary10000011100110111011101111110100010110111101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,155,187); }

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

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

 a { background-color: rgb(131,155,187); }

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

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

 span { border-color: rgb(131,155,187); }

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