Html Css Color HEX #839DBD Rock Blue

📋 copy color: '#839DBD'

red 131 ◦ green 157 ◦ blue 189

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

Shades of Rock Blue #839DBD

Tints of Rock Blue #839DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 27.46%
G = 32.91%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839DBD (or 0x839DBD) is known color: Rock Blue. HEX triplet: 83, 9D and BD. RGB value is (131,157,189). Sum of RGB (Red+Green+Blue) = 131+157+189=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #839DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBD is #7C6242. Grayscale: #989898. Windows color (decimal): -8151619 or 12426627. OLE color: 12426627.

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

Color convert

RGB 131 157 189 -
CMYK 0.31 0.17 0 0.26
HSL 213.1º 0.31% 0.63% -
HSV(B) 213.1º 0.31% 0.74% -
XYZ 30.6 32.61 52.83 -
YUV 152.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 131 157 189 0.31 0.17 0 0.26 213.1 0.31 0.63
Hex 83 9D BD 1F 11 0 1A D5 1F 3F
Octal 203 235 275 37 21 0 32 325 37 77
Binary 10000011 10011101 10111101 11111 10001 0 11010 11010101 11111 111111

Color Harmonies of #839DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DBD

Black with #839DBD

Text Example


Text Example

White with #839DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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