Html Css Color HEX #839BBA Rock Blue

📋 copy color: '#839BBA'

red 131 ◦ green 155 ◦ blue 186

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

Shades of Rock Blue #839BBA

Tints of Rock Blue #839BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 27.75%
G = 32.84%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#839BBA (or 0x839BBA) is known color: Rock Blue. HEX triplet: 83, 9B and BA. RGB value is (131,155,186). Sum of RGB (Red+Green+Blue) = 131+155+186=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #839BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BBA is #7C6445. Grayscale: #979797. Windows color (decimal): -8152134 or 12229507. OLE color: 12229507.

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

Color convert

RGB 131 155 186 -
CMYK 0.30 0.17 0 0.27
HSL 213.82º 0.28% 0.62% -
HSV(B) 213.82º 0.3% 0.73% -
XYZ 29.94 31.81 51.02 -
YUV 151.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 131 155 186 0.30 0.17 0 0.27 213.82 0.28 0.62
Hex 83 9B BA 1E 11 0 1B D6 1C 3E
Octal 203 233 272 36 21 0 33 326 34 76
Binary 10000011 10011011 10111010 11110 10001 0 11011 11010110 11100 111110

Color Harmonies of #839BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BBA

Black with #839BBA

Text Example


Text Example

White with #839BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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