Html Css Color HEX #839FBC Rock Blue

📋 copy color: '#839FBC'

red 131 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #839FBC

Tints of Rock Blue #839FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 27.41%
G = 33.26%
B = 39.33%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839FBC (or 0x839FBC) is known color: Rock Blue. HEX triplet: 83, 9F and BC. RGB value is (131,159,188). Sum of RGB (Red+Green+Blue) = 131+159+188=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #839FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBC is #7C6043. Grayscale: #999999. Windows color (decimal): -8151108 or 12361603. OLE color: 12361603.

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

Color convert

RGB 131 159 188 -
CMYK 0.30 0.15 0 0.26
HSL 210.53º 0.3% 0.63% -
HSV(B) 210.53º 0.3% 0.74% -
XYZ 30.84 33.25 52.37 -
YUV 153.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 131 159 188 0.30 0.15 0 0.26 210.53 0.3 0.63
Hex 83 9F BC 1E F 0 1A D3 1E 3F
Octal 203 237 274 36 17 0 32 323 36 77
Binary 10000011 10011111 10111100 11110 1111 0 11010 11010011 11110 111111

Color Harmonies of #839FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FBC

Black with #839FBC

Text Example


Text Example

White with #839FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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