Html Css Color HEX #785F90 Affair

📋 copy color: '#785F90'

red 120 ◦ green 95 ◦ blue 144

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

Shades of Affair #785F90

Tints of Affair #785F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 33.43%
G = 26.46%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#785F90 (or 0x785F90) is known color: Affair. HEX triplet: 78, 5F and 90. RGB value is (120,95,144). Sum of RGB (Red+Green+Blue) = 120+95+144=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #785F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F90 is #87A06F. Grayscale: #6B6B6B. Windows color (decimal): -8888432 or 9461624. OLE color: 9461624.

HSL color Cylindrical-coordinate representation of color #785F90: hue angle of 270.61º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785F90 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 95 144 -
CMYK 0.17 0.34 0 0.44
HSL 270.61º 0.21% 0.47% -
HSV(B) 270.61º 0.34% 0.56% -
XYZ 16.87 14.19 28.24 -
YUV 108.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 120 95 144 0.17 0.34 0 0.44 270.61 0.21 0.47
Hex 78 5F 90 11 22 0 2C 10F 15 2F
Octal 170 137 220 21 42 0 54 417 25 57
Binary 1111000 1011111 10010000 10001 100010 0 101100 100001111 10101 101111

Color Harmonies of #785F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F90

Black with #785F90

Text Example


Text Example

White with #785F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F90; }

 p { color: rgb(120,95,144); }

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

background-color css

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

 a { background-color: rgb(120,95,144); }

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

border-color css

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

 span { border-color: rgb(120,95,144); }

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