Html Css Color HEX #839093 Regent Grey

📋 copy color: '#839093'

red 131 ◦ green 144 ◦ blue 147

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

Shades of Regent Grey #839093

Tints of Regent Grey #839093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 31.04%
G = 34.12%
B = 34.83%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#839093 (or 0x839093) is known color: Regent Grey. HEX triplet: 83, 90 and 93. RGB value is (131,144,147). Sum of RGB (Red+Green+Blue) = 131+144+147=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #839093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839093 is #7C6F6C. Grayscale: #8C8C8C. Windows color (decimal): -8154989 or 9670787. OLE color: 9670787.

HSL color Cylindrical-coordinate representation of color #839093: hue angle of 191.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839093 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 144 147 -
CMYK 0.11 0.02 0 0.42
HSL 191.25º 0.07% 0.55% -
HSV(B) 191.25º 0.11% 0.58% -
XYZ 24.6 26.88 31.5 -
YUV 140.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 131 144 147 0.11 0.02 0 0.42 191.25 0.07 0.55
Hex 83 90 93 B 2 0 2A BF 7 37
Octal 203 220 223 13 2 0 52 277 7 67
Binary 10000011 10010000 10010011 1011 10 0 101010 10111111 111 110111

Color Harmonies of #839093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839093

Black with #839093

Text Example


Text Example

White with #839093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839093; }

 p { color: rgb(131,144,147); }

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

background-color css

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

 a { background-color: rgb(131,144,147); }

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

border-color css

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

 span { border-color: rgb(131,144,147); }

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