Html Css Color HEX #839BBD Rock Blue

📋 copy color: '#839BBD'

red 131 ◦ green 155 ◦ blue 189

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

Shades of Rock Blue #839BBD

Tints of Rock Blue #839BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 27.58%
G = 32.63%
B = 39.79%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839BBD (or 0x839BBD) is known color: Rock Blue. HEX triplet: 83, 9B and BD. RGB value is (131,155,189). Sum of RGB (Red+Green+Blue) = 131+155+189=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #839BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BBD is #7C6442. Grayscale: #979797. Windows color (decimal): -8152131 or 12426115. OLE color: 12426115.

HSL color Cylindrical-coordinate representation of color #839BBD: hue angle of 215.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839BBD is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 155 189 -
CMYK 0.31 0.18 0 0.26
HSL 215.17º 0.31% 0.63% -
HSV(B) 215.17º 0.31% 0.74% -
XYZ 30.27 31.94 52.71 -
YUV 151.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 131 155 189 0.31 0.18 0 0.26 215.17 0.31 0.63
Hex 83 9B BD 1F 12 0 1A D7 1F 3F
Octal 203 233 275 37 22 0 32 327 37 77
Binary 10000011 10011011 10111101 11111 10010 0 11010 11010111 11111 111111

Color Harmonies of #839BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BBD

Black with #839BBD

Text Example


Text Example

White with #839BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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