Html Css Color HEX #75508B Affair

📋 copy color: '#75508B'

red 117 ◦ green 80 ◦ blue 139

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

Shades of Affair #75508B

Tints of Affair #75508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 34.82%
G = 23.81%
B = 41.37%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75508B (or 0x75508B) is known color: Affair. HEX triplet: 75, 50 and 8B. RGB value is (117,80,139). Sum of RGB (Red+Green+Blue) = 117+80+139=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #75508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75508B is #8AAF74. Grayscale: #616161. Windows color (decimal): -9088885 or 9130101. OLE color: 9130101.

HSL color Cylindrical-coordinate representation of color #75508B: hue angle of 277.63º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75508B is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 80 139 -
CMYK 0.16 0.42 0 0.45
HSL 277.63º 0.27% 0.43% -
HSV(B) 277.63º 0.42% 0.55% -
XYZ 14.86 11.38 25.84 -
YUV 97.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 117 80 139 0.16 0.42 0 0.45 277.63 0.27 0.43
Hex 75 50 8B 10 2A 0 2D 116 1B 2B
Octal 165 120 213 20 52 0 55 426 33 53
Binary 1110101 1010000 10001011 10000 101010 0 101101 100010110 11011 101011

Color Harmonies of #75508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75508B

Black with #75508B

Text Example


Text Example

White with #75508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75508B; }

 p { color: rgb(117,80,139); }

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

background-color css

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

 a { background-color: rgb(117,80,139); }

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

border-color css

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

 span { border-color: rgb(117,80,139); }

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