Html Css Color HEX #714FE0 Slate Blue

📋 copy color: '#714FE0'

red 113 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #714FE0

Tints of Slate Blue #714FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 27.16%
G = 18.99%
B = 53.85%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#714FE0 (or 0x714FE0) is known color: Slate Blue. HEX triplet: 71, 4F and E0. RGB value is (113,79,224). Sum of RGB (Red+Green+Blue) = 113+79+224=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #714FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FE0 is #8EB01F. Grayscale: #696969. Windows color (decimal): -9351200 or 14700401. OLE color: 14700401.

HSL color Cylindrical-coordinate representation of color #714FE0: hue angle of 254.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714FE0 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 79 224 -
CMYK 0.50 0.65 0 0.12
HSL 254.07º 0.7% 0.59% -
HSV(B) 254.07º 0.65% 0.88% -
XYZ 23.06 14.48 72.1 -
YUV 105.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 113 79 224 0.50 0.65 0 0.12 254.07 0.7 0.59
Hex 71 4F E0 32 41 0 C FE 46 3B
Octal 161 117 340 62 101 0 14 376 106 73
Binary 1110001 1001111 11100000 110010 1000001 0 1100 11111110 1000110 111011

Color Harmonies of #714FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FE0

Black with #714FE0

Text Example


Text Example

White with #714FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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