Html Css Color HEX #754CF9 Medium Slate Blue

📋 copy color: '#754CF9'

red 117 ◦ green 76 ◦ blue 249

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

Shades of Medium Slate Blue #754CF9

Tints of Medium Slate Blue #754CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 26.47%
G = 17.19%
B = 56.33%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#754CF9 (or 0x754CF9) is known color: Medium Slate Blue. HEX triplet: 75, 4C and F9. RGB value is (117,76,249). Sum of RGB (Red+Green+Blue) = 117+76+249=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #754CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CF9 is #8AB306. Grayscale: #6B6B6B. Windows color (decimal): -9089799 or 16338037. OLE color: 16338037.

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

Color convert

RGB 117 76 249 -
CMYK 0.53 0.69 0 0.02
HSL 254.22º 0.94% 0.64% -
HSV(B) 254.22º 0.69% 0.98% -
XYZ 27.02 15.79 91.25 -
YUV 107.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 117 76 249 0.53 0.69 0 0.02 254.22 0.94 0.64
Hex 75 4C F9 35 45 0 2 FE 5E 40
Octal 165 114 371 65 105 0 2 376 136 100
Binary 1110101 1001100 11111001 110101 1000101 0 10 11111110 1011110 1000000

Color Harmonies of #754CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CF9

Black with #754CF9

Text Example


Text Example

White with #754CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754CF9; }

 p { color: rgb(117,76,249); }

 H1.HeaderClassName
 {
   color: #754CF9;
 }
 .AnyTagClassName
 {
   color: #754CF9;
 }
</style>

background-color css

<style>
 a { background-color: #754CF9; }

 a { background-color: rgb(117,76,249); }

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

border-color css

<style>
 span { border-color: #754CF9; }

 span { border-color: rgb(117,76,249); }

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