Html Css Color HEX #7564FA Medium Slate Blue

📋 copy color: '#7564FA'

red 117 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #7564FA

Tints of Medium Slate Blue #7564FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 25.05%
G = 21.41%
B = 53.53%

CMYK

 C value IS 0.53

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7564FA (or 0x7564FA) is known color: Medium Slate Blue. HEX triplet: 75, 64 and FA. RGB value is (117,100,250). Sum of RGB (Red+Green+Blue) = 117+100+250=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #7564FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564FA is #8A9B05. Grayscale: #797979. Windows color (decimal): -9083654 or 16409717. OLE color: 16409717.

HSL color Cylindrical-coordinate representation of color #7564FA: hue angle of 246.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7564FA is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 100 250 -
CMYK 0.53 0.6 0 0.02
HSL 246.8º 0.94% 0.69% -
HSV(B) 246.8º 0.6% 0.98% -
XYZ 29.15 19.8 92.73 -
YUV 122.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 117 100 250 0.53 0.6 0 0.02 246.8 0.94 0.69
Hex 75 64 FA 35 3C 0 2 F7 5E 45
Octal 165 144 372 65 74 0 2 367 136 105
Binary 1110101 1100100 11111010 110101 111100 0 10 11110111 1011110 1000101

Color Harmonies of #7564FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564FA

Black with #7564FA

Text Example


Text Example

White with #7564FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7564FA; }

 p { color: rgb(117,100,250); }

 H1.HeaderClassName
 {
   color: #7564FA;
 }
 .AnyTagClassName
 {
   color: #7564FA;
 }
</style>

background-color css

<style>
 a { background-color: #7564FA; }

 a { background-color: rgb(117,100,250); }

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

border-color css

<style>
 span { border-color: #7564FA; }

 span { border-color: rgb(117,100,250); }

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