Html Css Color HEX #755A8E Affair

📋 copy color: '#755A8E'

red 117 ◦ green 90 ◦ blue 142

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

Shades of Affair #755A8E

Tints of Affair #755A8E

RGB

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

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

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

R = 33.52%
G = 25.79%
B = 40.69%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755A8E (or 0x755A8E) is known color: Affair. HEX triplet: 75, 5A and 8E. RGB value is (117,90,142). Sum of RGB (Red+Green+Blue) = 117+90+142=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #755A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A8E is #8AA571. Grayscale: #676767. Windows color (decimal): -9086322 or 9329269. OLE color: 9329269.

HSL color Cylindrical-coordinate representation of color #755A8E: hue angle of 271.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755A8E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 90 142 -
CMYK 0.18 0.37 0 0.44
HSL 271.15º 0.22% 0.45% -
HSV(B) 271.15º 0.37% 0.56% -
XYZ 15.87 13.05 27.27 -
YUV 104 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 117 90 142 0.18 0.37 0 0.44 271.15 0.22 0.45
Hex 75 5A 8E 12 25 0 2C 10F 16 2D
Octal 165 132 216 22 45 0 54 417 26 55
Binary 1110101 1011010 10001110 10010 100101 0 101100 100001111 10110 101101

Color Harmonies of #755A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A8E

Black with #755A8E

Text Example


Text Example

White with #755A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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