Html Css Color HEX #839CBF Rock Blue

📋 copy color: '#839CBF'

red 131 ◦ green 156 ◦ blue 191

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

Shades of Rock Blue #839CBF

Tints of Rock Blue #839CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 27.41%
G = 32.64%
B = 39.96%

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

#839CBF (or 0x839CBF) is known color: Rock Blue. HEX triplet: 83, 9C and BF. RGB value is (131,156,191). Sum of RGB (Red+Green+Blue) = 131+156+191=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #839CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBF is #7C6340. Grayscale: #989898. Windows color (decimal): -8151873 or 12557443. OLE color: 12557443.

HSL color Cylindrical-coordinate representation of color #839CBF: hue angle of 215º degrees, saturation: 0.32, 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 #839CBF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 156 191 -
CMYK 0.31 0.18 0 0.25
HSL 215º 0.32% 0.63% -
HSV(B) 215º 0.31% 0.75% -
XYZ 30.65 32.36 53.92 -
YUV 152.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 131 156 191 0.31 0.18 0 0.25 215 0.32 0.63
Hex 83 9C BF 1F 12 0 19 D7 20 3F
Octal 203 234 277 37 22 0 31 327 40 77
Binary 10000011 10011100 10111111 11111 10010 0 11001 11010111 100000 111111

Color Harmonies of #839CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CBF

Black with #839CBF

Text Example


Text Example

White with #839CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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