Html Css Color HEX #754EDA Slate Blue

📋 copy color: '#754EDA'

red 117 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #754EDA

Tints of Slate Blue #754EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 28.33%
G = 18.89%
B = 52.78%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#754EDA (or 0x754EDA) is known color: Slate Blue. HEX triplet: 75, 4E and DA. RGB value is (117,78,218). Sum of RGB (Red+Green+Blue) = 117+78+218=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #754EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDA is #8AB125. Grayscale: #696969. Windows color (decimal): -9089318 or 14306933. OLE color: 14306933.

HSL color Cylindrical-coordinate representation of color #754EDA: hue angle of 256.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754EDA is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 78 218 -
CMYK 0.46 0.64 0 0.15
HSL 256.71º 0.65% 0.58% -
HSV(B) 256.71º 0.64% 0.85% -
XYZ 22.72 14.29 67.89 -
YUV 105.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 117 78 218 0.46 0.64 0 0.15 256.71 0.65 0.58
Hex 75 4E DA 2E 40 0 F 101 41 3A
Octal 165 116 332 56 100 0 17 401 101 72
Binary 1110101 1001110 11011010 101110 1000000 0 1111 100000001 1000001 111010

Color Harmonies of #754EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EDA

Black with #754EDA

Text Example


Text Example

White with #754EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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