Html Css Color HEX #7560FE Medium Slate Blue

📋 copy color: '#7560FE'

red 117 ◦ green 96 ◦ blue 254

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

Shades of Medium Slate Blue #7560FE

Tints of Medium Slate Blue #7560FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 25.05%
G = 20.56%
B = 54.39%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7560FE (or 0x7560FE) is known color: Medium Slate Blue. HEX triplet: 75, 60 and FE. RGB value is (117,96,254). Sum of RGB (Red+Green+Blue) = 117+96+254=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7560FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7560FE is #8A9F01. Grayscale: #777777. Windows color (decimal): -9084674 or 16670837. OLE color: 16670837.

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

Color convert

RGB 117 96 254 -
CMYK 0.54 0.62 0 0.00
HSL 247.97º 0.99% 0.69% -
HSV(B) 247.97º 0.62% 1% -
XYZ 29.41 19.3 95.94 -
YUV 120.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 117 96 254 0.54 0.62 0 0.00 247.97 0.99 0.69
Hex 75 60 FE 36 3E 0 0 F8 63 45
Octal 165 140 376 66 76 0 0 370 143 105
Binary 1110101 1100000 11111110 110110 111110 0 0 11111000 1100011 1000101

Color Harmonies of #7560FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560FE

Black with #7560FE

Text Example


Text Example

White with #7560FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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