Html Css Color HEX #839FBD Rock Blue

📋 copy color: '#839FBD'

red 131 ◦ green 159 ◦ blue 189

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

Shades of Rock Blue #839FBD

Tints of Rock Blue #839FBD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

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

R = 27.35%
G = 33.19%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839FBD (or 0x839FBD) is known color: Rock Blue. HEX triplet: 83, 9F and BD. RGB value is (131,159,189). Sum of RGB (Red+Green+Blue) = 131+159+189=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #839FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBD is #7C6042. Grayscale: #999999. Windows color (decimal): -8151107 or 12427139. OLE color: 12427139.

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

Color convert

RGB 131 159 189 -
CMYK 0.31 0.16 0 0.26
HSL 211.03º 0.31% 0.63% -
HSV(B) 211.03º 0.31% 0.74% -
XYZ 30.94 33.3 52.94 -
YUV 154.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 131 159 189 0.31 0.16 0 0.26 211.03 0.31 0.63
Hex 83 9F BD 1F 10 0 1A D3 1F 3F
Octal 203 237 275 37 20 0 32 323 37 77
Binary 10000011 10011111 10111101 11111 10000 0 11010 11010011 11111 111111

Color Harmonies of #839FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FBD

Black with #839FBD

Text Example


Text Example

White with #839FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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