Html Css Color HEX #7562F1 Medium Slate Blue

📋 copy color: '#7562F1'

red 117 ◦ green 98 ◦ blue 241

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

Shades of Medium Slate Blue #7562F1

Tints of Medium Slate Blue #7562F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 25.66%
G = 21.49%
B = 52.85%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7562F1 (or 0x7562F1) is known color: Medium Slate Blue. HEX triplet: 75, 62 and F1. RGB value is (117,98,241). Sum of RGB (Red+Green+Blue) = 117+98+241=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #7562F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7562F1 is #8A9D0E. Grayscale: #777777. Windows color (decimal): -9084175 or 15819381. OLE color: 15819381.

HSL color Cylindrical-coordinate representation of color #7562F1: hue angle of 247.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7562F1 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 98 241 -
CMYK 0.51 0.59 0 0.05
HSL 247.97º 0.84% 0.66% -
HSV(B) 247.97º 0.59% 0.95% -
XYZ 27.58 18.87 85.41 -
YUV 119.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 117 98 241 0.51 0.59 0 0.05 247.97 0.84 0.66
Hex 75 62 F1 33 3B 0 5 F8 54 42
Octal 165 142 361 63 73 0 5 370 124 102
Binary 1110101 1100010 11110001 110011 111011 0 101 11111000 1010100 1000010

Color Harmonies of #7562F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562F1

Black with #7562F1

Text Example


Text Example

White with #7562F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7562F1; }

 p { color: rgb(117,98,241); }

 H1.HeaderClassName
 {
   color: #7562F1;
 }
 .AnyTagClassName
 {
   color: #7562F1;
 }
</style>

background-color css

<style>
 a { background-color: #7562F1; }

 a { background-color: rgb(117,98,241); }

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

border-color css

<style>
 span { border-color: #7562F1; }

 span { border-color: rgb(117,98,241); }

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