Html Css Color HEX #714FC2 Slate Blue

📋 copy color: '#714FC2'

red 113 ◦ green 79 ◦ blue 194

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

Shades of Slate Blue #714FC2

Tints of Slate Blue #714FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 29.27%
G = 20.47%
B = 50.26%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#714FC2 (or 0x714FC2) is known color: Slate Blue. HEX triplet: 71, 4F and C2. RGB value is (113,79,194). Sum of RGB (Red+Green+Blue) = 113+79+194=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #714FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FC2 is #8EB03D. Grayscale: #656565. Windows color (decimal): -9351230 or 12734321. OLE color: 12734321.

HSL color Cylindrical-coordinate representation of color #714FC2: hue angle of 257.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #714FC2 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 79 194 -
CMYK 0.42 0.59 0 0.24
HSL 257.74º 0.49% 0.54% -
HSV(B) 257.74º 0.59% 0.76% -
XYZ 19.34 13 52.53 -
YUV 102.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 113 79 194 0.42 0.59 0 0.24 257.74 0.49 0.54
Hex 71 4F C2 2A 3B 0 18 102 31 36
Octal 161 117 302 52 73 0 30 402 61 66
Binary 1110001 1001111 11000010 101010 111011 0 11000 100000010 110001 110110

Color Harmonies of #714FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FC2

Black with #714FC2

Text Example


Text Example

White with #714FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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