Html Css Color HEX #714CDB Slate Blue

📋 copy color: '#714CDB'

red 113 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #714CDB

Tints of Slate Blue #714CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

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

R = 27.7%
G = 18.63%
B = 53.68%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#714CDB (or 0x714CDB) is known color: Slate Blue. HEX triplet: 71, 4C and DB. RGB value is (113,76,219). Sum of RGB (Red+Green+Blue) = 113+76+219=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #714CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDB is #8EB324. Grayscale: #666666. Windows color (decimal): -9351973 or 14371953. OLE color: 14371953.

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

Color convert

RGB 113 76 219 -
CMYK 0.48 0.65 0 0.14
HSL 255.52º 0.67% 0.58% -
HSV(B) 255.52º 0.65% 0.86% -
XYZ 22.18 13.79 68.51 -
YUV 103.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 113 76 219 0.48 0.65 0 0.14 255.52 0.67 0.58
Hex 71 4C DB 30 41 0 E 100 43 3A
Octal 161 114 333 60 101 0 16 400 103 72
Binary 1110001 1001100 11011011 110000 1000001 0 1110 100000000 1000011 111010

Color Harmonies of #714CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CDB

Black with #714CDB

Text Example


Text Example

White with #714CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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