Html Css Color HEX #78508E Affair

📋 copy color: '#78508E'

red 120 ◦ green 80 ◦ blue 142

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

Shades of Affair #78508E

Tints of Affair #78508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 35.09%
G = 23.39%
B = 41.52%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78508E (or 0x78508E) is known color: Affair. HEX triplet: 78, 50 and 8E. RGB value is (120,80,142). Sum of RGB (Red+Green+Blue) = 120+80+142=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #78508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508E is #87AF71. Grayscale: #626262. Windows color (decimal): -8892274 or 9326712. OLE color: 9326712.

HSL color Cylindrical-coordinate representation of color #78508E: hue angle of 278.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78508E is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 80 142 -
CMYK 0.15 0.44 0 0.44
HSL 278.71º 0.28% 0.44% -
HSV(B) 278.71º 0.44% 0.56% -
XYZ 15.5 11.68 27.03 -
YUV 99.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 120 80 142 0.15 0.44 0 0.44 278.71 0.28 0.44
Hex 78 50 8E F 2C 0 2C 117 1C 2C
Octal 170 120 216 17 54 0 54 427 34 54
Binary 1111000 1010000 10001110 1111 101100 0 101100 100010111 11100 101100

Color Harmonies of #78508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78508E

Black with #78508E

Text Example


Text Example

White with #78508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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