Html Css Color HEX #714DDB Slate Blue

📋 copy color: '#714DDB'

red 113 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #714DDB

Tints of Slate Blue #714DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 27.63%
G = 18.83%
B = 53.55%

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

#714DDB (or 0x714DDB) is known color: Slate Blue. HEX triplet: 71, 4D and DB. RGB value is (113,77,219). Sum of RGB (Red+Green+Blue) = 113+77+219=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #714DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DDB is #8EB224. Grayscale: #676767. Windows color (decimal): -9351717 or 14372209. OLE color: 14372209.

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

Color convert

RGB 113 77 219 -
CMYK 0.48 0.65 0 0.14
HSL 255.21º 0.66% 0.58% -
HSV(B) 255.21º 0.65% 0.86% -
XYZ 22.25 13.93 68.53 -
YUV 103.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 113 77 219 0.48 0.65 0 0.14 255.21 0.66 0.58
Hex 71 4D DB 30 41 0 E FF 42 3A
Octal 161 115 333 60 101 0 16 377 102 72
Binary 1110001 1001101 11011011 110000 1000001 0 1110 11111111 1000010 111010

Color Harmonies of #714DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DDB

Black with #714DDB

Text Example


Text Example

White with #714DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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