Html Css Color HEX #754AFF Medium Slate Blue

📋 copy color: '#754AFF'

red 117 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #754AFF

Tints of Medium Slate Blue #754AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 26.23%
G = 16.59%
B = 57.17%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#754AFF (or 0x754AFF) is known color: Medium Slate Blue. HEX triplet: 75, 4A and FF. RGB value is (117,74,255). Sum of RGB (Red+Green+Blue) = 117+74+255=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #754AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AFF is #8AB500. Grayscale: #6A6A6A. Windows color (decimal): -9090305 or 16730741. OLE color: 16730741.

HSL color Cylindrical-coordinate representation of color #754AFF: hue angle of 254.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754AFF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 74 255 -
CMYK 0.54 0.71 0 0
HSL 254.25º 1% 0.65% -
HSV(B) 254.25º 0.71% 1% -
XYZ 27.83 15.9 96.21 -
YUV 107.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 117 74 255 0.54 0.71 0 0 254.25 1 0.65
Hex 75 4A FF 36 47 0 0 FE 64 41
Octal 165 112 377 66 107 0 0 376 144 101
Binary 1110101 1001010 11111111 110110 1000111 0 0 11111110 1100100 1000001

Color Harmonies of #754AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AFF

Black with #754AFF

Text Example


Text Example

White with #754AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,255); }

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

background-color css

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

 a { background-color: rgb(117,74,255); }

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

border-color css

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

 span { border-color: rgb(117,74,255); }

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