Html Css Color HEX #839CBA Rock Blue

📋 copy color: '#839CBA'

red 131 ◦ green 156 ◦ blue 186

#839CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #839CBA

Tints of Rock Blue #839CBA

RGB

 RED value IS 131 (51.56% from 255) = 27.7%

 GREEN value IS 156 (61.33% from 255) = 32.98%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 27.7%
G = 32.98%
B = 39.32%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#839CBA (or 0x839CBA) is known color: Rock Blue. HEX triplet: 83, 9C and BA. RGB value is (131,156,186). Sum of RGB (Red+Green+Blue) = 131+156+186=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #839CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBA is #7C6345. Grayscale: #979797. Windows color (decimal): -8151878 or 12229763. OLE color: 12229763.

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

Color convert

RGB 131 156 186 -
CMYK 0.30 0.16 0 0.27
HSL 212.73º 0.28% 0.62% -
HSV(B) 212.73º 0.3% 0.73% -
XYZ 30.11 32.15 51.07 -
YUV 151.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 131 156 186 0.30 0.16 0 0.27 212.73 0.28 0.62
Hex 83 9C BA 1E 10 0 1B D5 1C 3E
Octal 203 234 272 36 20 0 33 325 34 76
Binary 10000011 10011100 10111010 11110 10000 0 11011 11010101 11100 111110

Color Harmonies of #839CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CBA

Black with #839CBA

Text Example


Text Example

White with #839CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #839CBA;
 }
 .AnyTagClassName
 {
   color: #839CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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