Html Css Color HEX #7554F2 Medium Slate Blue

📋 copy color: '#7554F2'

red 117 ◦ green 84 ◦ blue 242

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

Shades of Medium Slate Blue #7554F2

Tints of Medium Slate Blue #7554F2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

 BLUE value IS 242 (94.92% from 255) = 54.63%

R = 26.41%
G = 18.96%
B = 54.63%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7554F2 (or 0x7554F2) is known color: Medium Slate Blue. HEX triplet: 75, 54 and F2. RGB value is (117,84,242). Sum of RGB (Red+Green+Blue) = 117+84+242=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #7554F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554F2 is #8AAB0D. Grayscale: #6F6F6F. Windows color (decimal): -9087758 or 15881333. OLE color: 15881333.

HSL color Cylindrical-coordinate representation of color #7554F2: hue angle of 252.53º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7554F2 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 84 242 -
CMYK 0.52 0.65 0 0.05
HSL 252.53º 0.86% 0.64% -
HSV(B) 252.53º 0.65% 0.95% -
XYZ 26.53 16.53 85.8 -
YUV 111.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 117 84 242 0.52 0.65 0 0.05 252.53 0.86 0.64
Hex 75 54 F2 34 41 0 5 FD 56 40
Octal 165 124 362 64 101 0 5 375 126 100
Binary 1110101 1010100 11110010 110100 1000001 0 101 11111101 1010110 1000000

Color Harmonies of #7554F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554F2

Black with #7554F2

Text Example


Text Example

White with #7554F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7554F2; }

 p { color: rgb(117,84,242); }

 H1.HeaderClassName
 {
   color: #7554F2;
 }
 .AnyTagClassName
 {
   color: #7554F2;
 }
</style>

background-color css

<style>
 a { background-color: #7554F2; }

 a { background-color: rgb(117,84,242); }

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

border-color css

<style>
 span { border-color: #7554F2; }

 span { border-color: rgb(117,84,242); }

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