Html Css Color HEX #714ADB Slate Blue

📋 copy color: '#714ADB'

red 113 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #714ADB

Tints of Slate Blue #714ADB

RGB

 RED value IS 113 (44.53% from 255) = 27.83%

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

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

R = 27.83%
G = 18.23%
B = 53.94%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#714ADB (or 0x714ADB) is known color: Slate Blue. HEX triplet: 71, 4A and DB. RGB value is (113,74,219). Sum of RGB (Red+Green+Blue) = 113+74+219=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #714ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ADB is #8EB524. Grayscale: #656565. Windows color (decimal): -9352485 or 14371441. OLE color: 14371441.

HSL color Cylindrical-coordinate representation of color #714ADB: hue angle of 256.14º 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 #714ADB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 74 219 -
CMYK 0.48 0.66 0 0.14
HSL 256.14º 0.67% 0.57% -
HSV(B) 256.14º 0.66% 0.86% -
XYZ 22.05 13.52 68.47 -
YUV 102.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 113 74 219 0.48 0.66 0 0.14 256.14 0.67 0.57
Hex 71 4A DB 30 42 0 E 100 43 39
Octal 161 112 333 60 102 0 16 400 103 71
Binary 1110001 1001010 11011011 110000 1000010 0 1110 100000000 1000011 111001

Color Harmonies of #714ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ADB

Black with #714ADB

Text Example


Text Example

White with #714ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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