Html Css Color HEX #714CDE Slate Blue

📋 copy color: '#714CDE'

red 113 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #714CDE

Tints of Slate Blue #714CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 27.49%
G = 18.49%
B = 54.01%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714CDE (or 0x714CDE) is known color: Slate Blue. HEX triplet: 71, 4C and DE. RGB value is (113,76,222). Sum of RGB (Red+Green+Blue) = 113+76+222=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #714CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDE is #8EB321. Grayscale: #676767. Windows color (decimal): -9351970 or 14568561. OLE color: 14568561.

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

Color convert

RGB 113 76 222 -
CMYK 0.49 0.66 0 0.13
HSL 255.21º 0.69% 0.58% -
HSV(B) 255.21º 0.66% 0.87% -
XYZ 22.58 13.95 70.61 -
YUV 103.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 113 76 222 0.49 0.66 0 0.13 255.21 0.69 0.58
Hex 71 4C DE 31 42 0 D FF 45 3A
Octal 161 114 336 61 102 0 15 377 105 72
Binary 1110001 1001100 11011110 110001 1000010 0 1101 11111111 1000101 111010

Color Harmonies of #714CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CDE

Black with #714CDE

Text Example


Text Example

White with #714CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,222); }

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

background-color css

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

 a { background-color: rgb(113,76,222); }

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

border-color css

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

 span { border-color: rgb(113,76,222); }

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