Html Css Color HEX #7564FE Medium Slate Blue

📋 copy color: '#7564FE'

red 117 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #7564FE

Tints of Medium Slate Blue #7564FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 24.84%
G = 21.23%
B = 53.93%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7564FE (or 0x7564FE) is known color: Medium Slate Blue. HEX triplet: 75, 64 and FE. RGB value is (117,100,254). Sum of RGB (Red+Green+Blue) = 117+100+254=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #7564FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564FE is #8A9B01. Grayscale: #7A7A7A. Windows color (decimal): -9083650 or 16671861. OLE color: 16671861.

HSL color Cylindrical-coordinate representation of color #7564FE: hue angle of 246.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7564FE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 100 254 -
CMYK 0.54 0.61 0 0.00
HSL 246.62º 0.99% 0.69% -
HSV(B) 246.62º 0.61% 1% -
XYZ 29.78 20.05 96.07 -
YUV 122.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 117 100 254 0.54 0.61 0 0.00 246.62 0.99 0.69
Hex 75 64 FE 36 3D 0 0 F7 63 45
Octal 165 144 376 66 75 0 0 367 143 105
Binary 1110101 1100100 11111110 110110 111101 0 0 11110111 1100011 1000101

Color Harmonies of #7564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564FE

Black with #7564FE

Text Example


Text Example

White with #7564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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