Html Css Color HEX #839BBC Rock Blue

📋 copy color: '#839BBC'

red 131 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #839BBC

Tints of Rock Blue #839BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 27.64%
G = 32.7%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839BBC (or 0x839BBC) is known color: Rock Blue. HEX triplet: 83, 9B and BC. RGB value is (131,155,188). Sum of RGB (Red+Green+Blue) = 131+155+188=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #839BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BBC is #7C6443. Grayscale: #979797. Windows color (decimal): -8152132 or 12360579. OLE color: 12360579.

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

Color convert

RGB 131 155 188 -
CMYK 0.30 0.18 0 0.26
HSL 214.74º 0.3% 0.63% -
HSV(B) 214.74º 0.3% 0.74% -
XYZ 30.16 31.9 52.14 -
YUV 151.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 131 155 188 0.30 0.18 0 0.26 214.74 0.3 0.63
Hex 83 9B BC 1E 12 0 1A D7 1E 3F
Octal 203 233 274 36 22 0 32 327 36 77
Binary 10000011 10011011 10111100 11110 10010 0 11010 11010111 11110 111111

Color Harmonies of #839BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BBC

Black with #839BBC

Text Example


Text Example

White with #839BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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