Html Css Color HEX #755A8C Affair

📋 copy color: '#755A8C'

red 117 ◦ green 90 ◦ blue 140

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

Shades of Affair #755A8C

Tints of Affair #755A8C

RGB

 RED value IS 117 (46.09% from 255) = 33.72%

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 33.72%
G = 25.94%
B = 40.35%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#755A8C (or 0x755A8C) is known color: Affair. HEX triplet: 75, 5A and 8C. RGB value is (117,90,140). Sum of RGB (Red+Green+Blue) = 117+90+140=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #755A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A8C is #8AA573. Grayscale: #676767. Windows color (decimal): -9086324 or 9198197. OLE color: 9198197.

HSL color Cylindrical-coordinate representation of color #755A8C: hue angle of 272.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755A8C is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 90 140 -
CMYK 0.16 0.36 0 0.45
HSL 272.4º 0.22% 0.45% -
HSV(B) 272.4º 0.36% 0.55% -
XYZ 15.73 12.99 26.49 -
YUV 103.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 117 90 140 0.16 0.36 0 0.45 272.4 0.22 0.45
Hex 75 5A 8C 10 24 0 2D 110 16 2D
Octal 165 132 214 20 44 0 55 420 26 55
Binary 1110101 1011010 10001100 10000 100100 0 101101 100010000 10110 101101

Color Harmonies of #755A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A8C

Black with #755A8C

Text Example


Text Example

White with #755A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A8C; }

 p { color: rgb(117,90,140); }

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

background-color css

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

 a { background-color: rgb(117,90,140); }

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

border-color css

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

 span { border-color: rgb(117,90,140); }

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