Html Css Color HEX #714DE2 Slate Blue

📋 copy color: '#714DE2'

red 113 ◦ green 77 ◦ blue 226

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

Shades of Slate Blue #714DE2

Tints of Slate Blue #714DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.33%

R = 27.16%
G = 18.51%
B = 54.33%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#714DE2 (or 0x714DE2) is known color: Slate Blue. HEX triplet: 71, 4D and E2. RGB value is (113,77,226). Sum of RGB (Red+Green+Blue) = 113+77+226=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #714DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DE2 is #8EB21D. Grayscale: #686868. Windows color (decimal): -9351710 or 14830961. OLE color: 14830961.

HSL color Cylindrical-coordinate representation of color #714DE2: hue angle of 254.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714DE2 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 77 226 -
CMYK 0.5 0.66 0 0.11
HSL 254.5º 0.72% 0.59% -
HSV(B) 254.5º 0.66% 0.89% -
XYZ 23.19 14.31 73.49 -
YUV 104.75 196.43 133.88 -
System Red Green Blue C M Y K H S L
Decimal 113 77 226 0.5 0.66 0 0.11 254.5 0.72 0.59
Hex 71 4D E2 32 42 0 B FE 48 3B
Octal 161 115 342 62 102 0 13 376 110 73
Binary 1110001 1001101 11100010 110010 1000010 0 1011 11111110 1001000 111011

Color Harmonies of #714DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DE2

Black with #714DE2

Text Example


Text Example

White with #714DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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