Html Css Color HEX #839CBE Rock Blue

📋 copy color: '#839CBE'

red 131 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #839CBE

Tints of Rock Blue #839CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 27.46%
G = 32.7%
B = 39.83%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#839CBE (or 0x839CBE) is known color: Rock Blue. HEX triplet: 83, 9C and BE. RGB value is (131,156,190). Sum of RGB (Red+Green+Blue) = 131+156+190=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #839CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBE is #7C6341. Grayscale: #989898. Windows color (decimal): -8151874 or 12491907. OLE color: 12491907.

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

Color convert

RGB 131 156 190 -
CMYK 0.31 0.18 0 0.25
HSL 214.58º 0.31% 0.63% -
HSV(B) 214.58º 0.31% 0.75% -
XYZ 30.54 32.32 53.34 -
YUV 152.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 131 156 190 0.31 0.18 0 0.25 214.58 0.31 0.63
Hex 83 9C BE 1F 12 0 19 D7 1F 3F
Octal 203 234 276 37 22 0 31 327 37 77
Binary 10000011 10011100 10111110 11111 10010 0 11001 11010111 11111 111111

Color Harmonies of #839CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CBE

Black with #839CBE

Text Example


Text Example

White with #839CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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