Html Css Color HEX #754EFB Medium Slate Blue

📋 copy color: '#754EFB'

red 117 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #754EFB

Tints of Medium Slate Blue #754EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.49%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 26.23%
G = 17.49%
B = 56.28%

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

#754EFB (or 0x754EFB) is known color: Medium Slate Blue. HEX triplet: 75, 4E and FB. RGB value is (117,78,251). Sum of RGB (Red+Green+Blue) = 117+78+251=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #754EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EFB is #8AB104. Grayscale: #6C6C6C. Windows color (decimal): -9089285 or 16469621. OLE color: 16469621.

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

Color convert

RGB 117 78 251 -
CMYK 0.53 0.69 0 0.02
HSL 253.53º 0.96% 0.65% -
HSV(B) 253.53º 0.69% 0.98% -
XYZ 27.47 16.2 92.94 -
YUV 109.38 207.92 133.43 -
System Red Green Blue C M Y K H S L
Decimal 117 78 251 0.53 0.69 0 0.02 253.53 0.96 0.65
Hex 75 4E FB 35 45 0 2 FE 60 41
Octal 165 116 373 65 105 0 2 376 140 101
Binary 1110101 1001110 11111011 110101 1000101 0 10 11111110 1100000 1000001

Color Harmonies of #754EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EFB

Black with #754EFB

Text Example


Text Example

White with #754EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,251); }

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

background-color css

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

 a { background-color: rgb(117,78,251); }

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

border-color css

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

 span { border-color: rgb(117,78,251); }

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