Html Css Color HEX #714DDA Slate Blue

📋 copy color: '#714DDA'

red 113 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #714DDA

Tints of Slate Blue #714DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 27.7%
G = 18.87%
B = 53.43%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#714DDA (or 0x714DDA) is known color: Slate Blue. HEX triplet: 71, 4D and DA. RGB value is (113,77,218). Sum of RGB (Red+Green+Blue) = 113+77+218=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #714DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DDA is #8EB225. Grayscale: #676767. Windows color (decimal): -9351718 or 14306673. OLE color: 14306673.

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

Color convert

RGB 113 77 218 -
CMYK 0.48 0.65 0 0.15
HSL 255.32º 0.66% 0.58% -
HSV(B) 255.32º 0.65% 0.85% -
XYZ 22.12 13.88 67.84 -
YUV 103.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 113 77 218 0.48 0.65 0 0.15 255.32 0.66 0.58
Hex 71 4D DA 30 41 0 F FF 42 3A
Octal 161 115 332 60 101 0 17 377 102 72
Binary 1110001 1001101 11011010 110000 1000001 0 1111 11111111 1000010 111010

Color Harmonies of #714DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DDA

Black with #714DDA

Text Example


Text Example

White with #714DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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