Html Css Color HEX #714FDD Slate Blue

📋 copy color: '#714FDD'

red 113 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #714FDD

Tints of Slate Blue #714FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 27.36%
G = 19.13%
B = 53.51%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714FDD (or 0x714FDD) is known color: Slate Blue. HEX triplet: 71, 4F and DD. RGB value is (113,79,221). Sum of RGB (Red+Green+Blue) = 113+79+221=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #714FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FDD is #8EB022. Grayscale: #686868. Windows color (decimal): -9351203 or 14503793. OLE color: 14503793.

HSL color Cylindrical-coordinate representation of color #714FDD: hue angle of 254.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714FDD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 79 221 -
CMYK 0.49 0.64 0 0.13
HSL 254.37º 0.68% 0.59% -
HSV(B) 254.37º 0.64% 0.87% -
XYZ 22.66 14.32 69.98 -
YUV 105.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 113 79 221 0.49 0.64 0 0.13 254.37 0.68 0.59
Hex 71 4F DD 31 40 0 D FE 44 3B
Octal 161 117 335 61 100 0 15 376 104 73
Binary 1110001 1001111 11011101 110001 1000000 0 1101 11111110 1000100 111011

Color Harmonies of #714FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FDD

Black with #714FDD

Text Example


Text Example

White with #714FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,221); }

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

background-color css

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

 a { background-color: rgb(113,79,221); }

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

border-color css

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

 span { border-color: rgb(113,79,221); }

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