Html Css Color HEX #745EDD Slate Blue

📋 copy color: '#745EDD'

red 116 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #745EDD

Tints of Slate Blue #745EDD

RGB

 RED value IS 116 (45.7% from 255) = 26.91%

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 26.91%
G = 21.81%
B = 51.28%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745EDD (or 0x745EDD) is known color: Slate Blue. HEX triplet: 74, 5E and DD. RGB value is (116,94,221). Sum of RGB (Red+Green+Blue) = 116+94+221=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #745EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EDD is #8BA122. Grayscale: #727272. Windows color (decimal): -9150755 or 14507636. OLE color: 14507636.

HSL color Cylindrical-coordinate representation of color #745EDD: hue angle of 250.39º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745EDD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 94 221 -
CMYK 0.48 0.57 0 0.13
HSL 250.39º 0.65% 0.62% -
HSV(B) 250.39º 0.57% 0.87% -
XYZ 24.26 16.94 70.4 -
YUV 115.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 116 94 221 0.48 0.57 0 0.13 250.39 0.65 0.62
Hex 74 5E DD 30 39 0 D FA 41 3E
Octal 164 136 335 60 71 0 15 372 101 76
Binary 1110100 1011110 11011101 110000 111001 0 1101 11111010 1000001 111110

Color Harmonies of #745EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EDD

Black with #745EDD

Text Example


Text Example

White with #745EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745EDD; }

 p { color: rgb(116,94,221); }

 H1.HeaderClassName
 {
   color: #745EDD;
 }
 .AnyTagClassName
 {
   color: #745EDD;
 }
</style>

background-color css

<style>
 a { background-color: #745EDD; }

 a { background-color: rgb(116,94,221); }

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

border-color css

<style>
 span { border-color: #745EDD; }

 span { border-color: rgb(116,94,221); }

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