Html Css Color HEX #785083 Affair

📋 copy color: '#785083'

red 120 ◦ green 80 ◦ blue 131

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

Shades of Affair #785083

Tints of Affair #785083

RGB

 RED value IS 120 (47.27% from 255) = 36.25%

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 36.25%
G = 24.17%
B = 39.58%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#785083 (or 0x785083) is known color: Affair. HEX triplet: 78, 50 and 83. RGB value is (120,80,131). Sum of RGB (Red+Green+Blue) = 120+80+131=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #785083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785083 is #87AF7C. Grayscale: #616161. Windows color (decimal): -8892285 or 8605816. OLE color: 8605816.

HSL color Cylindrical-coordinate representation of color #785083: hue angle of 287.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785083 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 80 131 -
CMYK 0.08 0.39 0 0.49
HSL 287.06º 0.24% 0.41% -
HSV(B) 287.06º 0.39% 0.51% -
XYZ 14.71 11.37 22.89 -
YUV 97.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 120 80 131 0.08 0.39 0 0.49 287.06 0.24 0.41
Hex 78 50 83 8 27 0 31 11F 18 29
Octal 170 120 203 10 47 0 61 437 30 51
Binary 1111000 1010000 10000011 1000 100111 0 110001 100011111 11000 101001

Color Harmonies of #785083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785083

Black with #785083

Text Example


Text Example

White with #785083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785083; }

 p { color: rgb(120,80,131); }

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

background-color css

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

 a { background-color: rgb(120,80,131); }

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

border-color css

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

 span { border-color: rgb(120,80,131); }

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