Html Css Color HEX #754DE0 Slate Blue

📋 copy color: '#754DE0'

red 117 ◦ green 77 ◦ blue 224

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

Shades of Slate Blue #754DE0

Tints of Slate Blue #754DE0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.42%

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 27.99%
G = 18.42%
B = 53.59%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#754DE0 (or 0x754DE0) is known color: Slate Blue. HEX triplet: 75, 4D and E0. RGB value is (117,77,224). Sum of RGB (Red+Green+Blue) = 117+77+224=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #754DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DE0 is #8AB21F. Grayscale: #696969. Windows color (decimal): -9089568 or 14699893. OLE color: 14699893.

HSL color Cylindrical-coordinate representation of color #754DE0: hue angle of 256.33º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754DE0 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 77 224 -
CMYK 0.48 0.66 0 0.12
HSL 256.33º 0.7% 0.59% -
HSV(B) 256.33º 0.66% 0.88% -
XYZ 23.44 14.47 72.08 -
YUV 105.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 117 77 224 0.48 0.66 0 0.12 256.33 0.7 0.59
Hex 75 4D E0 30 42 0 C 100 46 3B
Octal 165 115 340 60 102 0 14 400 106 73
Binary 1110101 1001101 11100000 110000 1000010 0 1100 100000000 1000110 111011

Color Harmonies of #754DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DE0

Black with #754DE0

Text Example


Text Example

White with #754DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,224); }

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

background-color css

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

 a { background-color: rgb(117,77,224); }

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

border-color css

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

 span { border-color: rgb(117,77,224); }

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