Html Css Color HEX #839CBC Rock Blue

📋 copy color: '#839CBC'

red 131 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #839CBC

Tints of Rock Blue #839CBC

RGB

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

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

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

R = 27.58%
G = 32.84%
B = 39.58%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#839CBC (or 0x839CBC) is known color: Rock Blue. HEX triplet: 83, 9C and BC. RGB value is (131,156,188). Sum of RGB (Red+Green+Blue) = 131+156+188=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #839CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBC is #7C6343. Grayscale: #989898. Windows color (decimal): -8151876 or 12360835. OLE color: 12360835.

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

Color convert

RGB 131 156 188 -
CMYK 0.30 0.17 0 0.26
HSL 213.68º 0.3% 0.63% -
HSV(B) 213.68º 0.3% 0.74% -
XYZ 30.33 32.23 52.2 -
YUV 152.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 131 156 188 0.30 0.17 0 0.26 213.68 0.3 0.63
Hex 83 9C BC 1E 11 0 1A D6 1E 3F
Octal 203 234 274 36 21 0 32 326 36 77
Binary 10000011 10011100 10111100 11110 10001 0 11010 11010110 11110 111111

Color Harmonies of #839CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CBC

Black with #839CBC

Text Example


Text Example

White with #839CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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