Html Css Color HEX #839FBA Rock Blue

📋 copy color: '#839FBA'

red 131 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #839FBA

Tints of Rock Blue #839FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 27.52%
G = 33.4%
B = 39.08%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#839FBA (or 0x839FBA) is known color: Rock Blue. HEX triplet: 83, 9F and BA. RGB value is (131,159,186). Sum of RGB (Red+Green+Blue) = 131+159+186=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #839FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBA is #7C6045. Grayscale: #999999. Windows color (decimal): -8151110 or 12230531. OLE color: 12230531.

HSL color Cylindrical-coordinate representation of color #839FBA: hue angle of 209.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839FBA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 159 186 -
CMYK 0.30 0.15 0 0.27
HSL 209.45º 0.28% 0.62% -
HSV(B) 209.45º 0.3% 0.73% -
XYZ 30.62 33.17 51.24 -
YUV 153.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 131 159 186 0.30 0.15 0 0.27 209.45 0.28 0.62
Hex 83 9F BA 1E F 0 1B D1 1C 3E
Octal 203 237 272 36 17 0 33 321 34 76
Binary 10000011 10011111 10111010 11110 1111 0 11011 11010001 11100 111110

Color Harmonies of #839FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FBA

Black with #839FBA

Text Example


Text Example

White with #839FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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