Html Css Color HEX #7475E9 Medium Slate Blue

📋 copy color: '#7475E9'

red 116 ◦ green 117 ◦ blue 233

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

Shades of Medium Slate Blue #7475E9

Tints of Medium Slate Blue #7475E9

RGB

 RED value IS 116 (45.7% from 255) = 24.89%

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 233 (91.41% from 255) = 50%

R = 24.89%
G = 25.11%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7475E9 (or 0x7475E9) is known color: Medium Slate Blue. HEX triplet: 74, 75 and E9. RGB value is (116,117,233). Sum of RGB (Red+Green+Blue) = 116+117+233=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #7475E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7475E9 is #8B8A16. Grayscale: #818181. Windows color (decimal): -9144855 or 15299956. OLE color: 15299956.

HSL color Cylindrical-coordinate representation of color #7475E9: hue angle of 239.49º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7475E9 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 117 233 -
CMYK 0.50 0.50 0 0.09
HSL 239.49º 0.73% 0.68% -
HSV(B) 239.49º 0.5% 0.91% -
XYZ 28.27 22.32 79.91 -
YUV 129.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 116 117 233 0.50 0.50 0 0.09 239.49 0.73 0.68
Hex 74 75 E9 32 32 0 9 EF 49 44
Octal 164 165 351 62 62 0 11 357 111 104
Binary 1110100 1110101 11101001 110010 110010 0 1001 11101111 1001001 1000100

Color Harmonies of #7475E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7475E9

Black with #7475E9

Text Example


Text Example

White with #7475E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7475E9; }

 p { color: rgb(116,117,233); }

 H1.HeaderClassName
 {
   color: #7475E9;
 }
 .AnyTagClassName
 {
   color: #7475E9;
 }
</style>

background-color css

<style>
 a { background-color: #7475E9; }

 a { background-color: rgb(116,117,233); }

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

border-color css

<style>
 span { border-color: #7475E9; }

 span { border-color: rgb(116,117,233); }

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