Html Css Color HEX #7475E7 Medium Slate Blue

📋 copy color: '#7475E7'

red 116 ◦ green 117 ◦ blue 231

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

Shades of Medium Slate Blue #7475E7

Tints of Medium Slate Blue #7475E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 25%
G = 25.22%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7475E7 (or 0x7475E7) is known color: Medium Slate Blue. HEX triplet: 74, 75 and E7. RGB value is (116,117,231). Sum of RGB (Red+Green+Blue) = 116+117+231=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #7475E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7475E7 is #8B8A18. Grayscale: #818181. Windows color (decimal): -9144857 or 15168884. OLE color: 15168884.

HSL color Cylindrical-coordinate representation of color #7475E7: hue angle of 239.48º degrees, saturation: 0.71, 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 #7475E7 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 117 231 -
CMYK 0.50 0.49 0 0.09
HSL 239.48º 0.71% 0.68% -
HSV(B) 239.48º 0.5% 0.91% -
XYZ 27.99 22.21 78.41 -
YUV 129.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 116 117 231 0.50 0.49 0 0.09 239.48 0.71 0.68
Hex 74 75 E7 32 31 0 9 EF 47 44
Octal 164 165 347 62 61 0 11 357 107 104
Binary 1110100 1110101 11100111 110010 110001 0 1001 11101111 1000111 1000100

Color Harmonies of #7475E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7475E7

Black with #7475E7

Text Example


Text Example

White with #7475E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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