Html Css Color HEX #514EDD Slate Blue

📋 copy color: '#514EDD'

red 81 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #514EDD

Tints of Slate Blue #514EDD

RGB

 RED value IS 81 (32.03% from 255) = 21.32%

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

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

R = 21.32%
G = 20.53%
B = 58.16%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514EDD (or 0x514EDD) is known color: Slate Blue. HEX triplet: 51, 4E and DD. RGB value is (81,78,221). Sum of RGB (Red+Green+Blue) = 81+78+221=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #514EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDD is #AEB122. Grayscale: #5E5E5E. Windows color (decimal): -11448611 or 14503505. OLE color: 14503505.

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

Color convert

RGB 81 78 221 -
CMYK 0.63 0.65 0 0.13
HSL 241.26º 0.68% 0.59% -
HSV(B) 241.26º 0.65% 0.87% -
XYZ 19.17 12.42 69.79 -
YUV 95.2 198.99 117.87 -
System Red Green Blue C M Y K H S L
Decimal 81 78 221 0.63 0.65 0 0.13 241.26 0.68 0.59
Hex 51 4E DD 3F 41 0 D F1 44 3B
Octal 121 116 335 77 101 0 15 361 104 73
Binary 1010001 1001110 11011101 111111 1000001 0 1101 11110001 1000100 111011

Color Harmonies of #514EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514EDD

Black with #514EDD

Text Example


Text Example

White with #514EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,221); }

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

background-color css

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

 a { background-color: rgb(81,78,221); }

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

border-color css

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

 span { border-color: rgb(81,78,221); }

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