Html Css Color HEX #514ADD Slate Blue

📋 copy color: '#514ADD'

red 81 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #514ADD

Tints of Slate Blue #514ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 21.54%
G = 19.68%
B = 58.78%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514ADD (or 0x514ADD) is known color: Slate Blue. HEX triplet: 51, 4A and DD. RGB value is (81,74,221). Sum of RGB (Red+Green+Blue) = 81+74+221=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #514ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADD is #AEB522. Grayscale: #5C5C5C. Windows color (decimal): -11449635 or 14502481. OLE color: 14502481.

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

Color convert

RGB 81 74 221 -
CMYK 0.63 0.67 0 0.13
HSL 242.86º 0.68% 0.58% -
HSV(B) 242.86º 0.67% 0.87% -
XYZ 18.89 11.87 69.7 -
YUV 92.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 81 74 221 0.63 0.67 0 0.13 242.86 0.68 0.58
Hex 51 4A DD 3F 43 0 D F3 44 3A
Octal 121 112 335 77 103 0 15 363 104 72
Binary 1010001 1001010 11011101 111111 1000011 0 1101 11110011 1000100 111010

Color Harmonies of #514ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ADD

Black with #514ADD

Text Example


Text Example

White with #514ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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