Html Css Color HEX #714AC1 Slate Blue

📋 copy color: '#714AC1'

red 113 ◦ green 74 ◦ blue 193

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

Shades of Slate Blue #714AC1

Tints of Slate Blue #714AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 29.74%
G = 19.47%
B = 50.79%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#714AC1 (or 0x714AC1) is known color: Slate Blue. HEX triplet: 71, 4A and C1. RGB value is (113,74,193). Sum of RGB (Red+Green+Blue) = 113+74+193=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #714AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AC1 is #8EB53E. Grayscale: #626262. Windows color (decimal): -9352511 or 12667505. OLE color: 12667505.

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

Color convert

RGB 113 74 193 -
CMYK 0.41 0.62 0 0.24
HSL 259.66º 0.49% 0.52% -
HSV(B) 259.66º 0.62% 0.76% -
XYZ 18.88 12.26 51.82 -
YUV 99.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 113 74 193 0.41 0.62 0 0.24 259.66 0.49 0.52
Hex 71 4A C1 29 3E 0 18 104 31 34
Octal 161 112 301 51 76 0 30 404 61 64
Binary 1110001 1001010 11000001 101001 111110 0 11000 100000100 110001 110100

Color Harmonies of #714AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AC1

Black with #714AC1

Text Example


Text Example

White with #714AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,74,193); }

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

background-color css

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

 a { background-color: rgb(113,74,193); }

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

border-color css

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

 span { border-color: rgb(113,74,193); }

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