Html Css Color HEX #514BDB Slate Blue

📋 copy color: '#514BDB'

red 81 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #514BDB

Tints of Slate Blue #514BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

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

R = 21.6%
G = 20%
B = 58.4%

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

#514BDB (or 0x514BDB) is known color: Slate Blue. HEX triplet: 51, 4B and DB. RGB value is (81,75,219). Sum of RGB (Red+Green+Blue) = 81+75+219=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #514BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BDB is #AEB424. Grayscale: #5C5C5C. Windows color (decimal): -11449381 or 14371665. OLE color: 14371665.

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

Color convert

RGB 81 75 219 -
CMYK 0.63 0.66 0 0.14
HSL 242.5º 0.67% 0.58% -
HSV(B) 242.5º 0.66% 0.86% -
XYZ 18.7 11.9 68.33 -
YUV 93.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 81 75 219 0.63 0.66 0 0.14 242.5 0.67 0.58
Hex 51 4B DB 3F 42 0 E F2 43 3A
Octal 121 113 333 77 102 0 16 362 103 72
Binary 1010001 1001011 11011011 111111 1000010 0 1110 11110010 1000011 111010

Color Harmonies of #514BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BDB

Black with #514BDB

Text Example


Text Example

White with #514BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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