Html Css Color HEX #714FD3 Slate Blue

📋 copy color: '#714FD3'

red 113 ◦ green 79 ◦ blue 211

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

Shades of Slate Blue #714FD3

Tints of Slate Blue #714FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.36%

R = 28.04%
G = 19.6%
B = 52.36%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#714FD3 (or 0x714FD3) is known color: Slate Blue. HEX triplet: 71, 4F and D3. RGB value is (113,79,211). Sum of RGB (Red+Green+Blue) = 113+79+211=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #714FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FD3 is #8EB02C. Grayscale: #676767. Windows color (decimal): -9351213 or 13848433. OLE color: 13848433.

HSL color Cylindrical-coordinate representation of color #714FD3: hue angle of 255.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714FD3 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 79 211 -
CMYK 0.46 0.63 0 0.17
HSL 255.45º 0.6% 0.57% -
HSV(B) 255.45º 0.63% 0.83% -
XYZ 21.36 13.81 63.17 -
YUV 104.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 113 79 211 0.46 0.63 0 0.17 255.45 0.6 0.57
Hex 71 4F D3 2E 3F 0 11 FF 3C 39
Octal 161 117 323 56 77 0 21 377 74 71
Binary 1110001 1001111 11010011 101110 111111 0 10001 11111111 111100 111001

Color Harmonies of #714FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FD3

Black with #714FD3

Text Example


Text Example

White with #714FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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