Html Css Color HEX #754CFA Medium Slate Blue

📋 copy color: '#754CFA'

red 117 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #754CFA

Tints of Medium Slate Blue #754CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 26.41%
G = 17.16%
B = 56.43%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#754CFA (or 0x754CFA) is known color: Medium Slate Blue. HEX triplet: 75, 4C and FA. RGB value is (117,76,250). Sum of RGB (Red+Green+Blue) = 117+76+250=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #754CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CFA is #8AB305. Grayscale: #6B6B6B. Windows color (decimal): -9089798 or 16403573. OLE color: 16403573.

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

Color convert

RGB 117 76 250 -
CMYK 0.53 0.70 0 0.02
HSL 254.14º 0.95% 0.64% -
HSV(B) 254.14º 0.7% 0.98% -
XYZ 27.18 15.85 92.07 -
YUV 108.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 117 76 250 0.53 0.70 0 0.02 254.14 0.95 0.64
Hex 75 4C FA 35 46 0 2 FE 5F 40
Octal 165 114 372 65 106 0 2 376 137 100
Binary 1110101 1001100 11111010 110101 1000110 0 10 11111110 1011111 1000000

Color Harmonies of #754CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CFA

Black with #754CFA

Text Example


Text Example

White with #754CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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