Html Css Color HEX #839BBE Rock Blue

📋 copy color: '#839BBE'

red 131 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #839BBE

Tints of Rock Blue #839BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 27.52%
G = 32.56%
B = 39.92%

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

#839BBE (or 0x839BBE) is known color: Rock Blue. HEX triplet: 83, 9B and BE. RGB value is (131,155,190). Sum of RGB (Red+Green+Blue) = 131+155+190=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #839BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BBE is #7C6441. Grayscale: #979797. Windows color (decimal): -8152130 or 12491651. OLE color: 12491651.

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

Color convert

RGB 131 155 190 -
CMYK 0.31 0.18 0 0.25
HSL 215.59º 0.31% 0.63% -
HSV(B) 215.59º 0.31% 0.75% -
XYZ 30.38 31.99 53.29 -
YUV 151.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 131 155 190 0.31 0.18 0 0.25 215.59 0.31 0.63
Hex 83 9B BE 1F 12 0 19 D8 1F 3F
Octal 203 233 276 37 22 0 31 330 37 77
Binary 10000011 10011011 10111110 11111 10010 0 11001 11011000 11111 111111

Color Harmonies of #839BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BBE

Black with #839BBE

Text Example


Text Example

White with #839BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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