Html Css Color HEX #514ADB Slate Blue

📋 copy color: '#514ADB'

red 81 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #514ADB

Tints of Slate Blue #514ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 21.66%
G = 19.79%
B = 58.56%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#514ADB (or 0x514ADB) is known color: Slate Blue. HEX triplet: 51, 4A and DB. RGB value is (81,74,219). Sum of RGB (Red+Green+Blue) = 81+74+219=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #514ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADB is #AEB524. Grayscale: #5C5C5C. Windows color (decimal): -11449637 or 14371409. OLE color: 14371409.

HSL color Cylindrical-coordinate representation of color #514ADB: hue angle of 242.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514ADB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 74 219 -
CMYK 0.63 0.66 0 0.14
HSL 242.9º 0.67% 0.57% -
HSV(B) 242.9º 0.66% 0.86% -
XYZ 18.63 11.76 68.31 -
YUV 92.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 81 74 219 0.63 0.66 0 0.14 242.9 0.67 0.57
Hex 51 4A DB 3F 42 0 E F3 43 39
Octal 121 112 333 77 102 0 16 363 103 71
Binary 1010001 1001010 11011011 111111 1000010 0 1110 11110011 1000011 111001

Color Harmonies of #514ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ADB

Black with #514ADB

Text Example


Text Example

White with #514ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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