Html Css Color HEX #714CED Medium Slate Blue

📋 copy color: '#714CED'

red 113 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #714CED

Tints of Medium Slate Blue #714CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 26.53%
G = 17.84%
B = 55.63%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#714CED (or 0x714CED) is known color: Medium Slate Blue. HEX triplet: 71, 4C and ED. RGB value is (113,76,237). Sum of RGB (Red+Green+Blue) = 113+76+237=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #714CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CED is #8EB312. Grayscale: #686868. Windows color (decimal): -9351955 or 15551601. OLE color: 15551601.

HSL color Cylindrical-coordinate representation of color #714CED: hue angle of 253.79º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714CED is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 76 237 -
CMYK 0.52 0.68 0 0.07
HSL 253.79º 0.82% 0.61% -
HSV(B) 253.79º 0.68% 0.93% -
XYZ 24.68 14.79 81.68 -
YUV 105.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 113 76 237 0.52 0.68 0 0.07 253.79 0.82 0.61
Hex 71 4C ED 34 44 0 7 FE 52 3D
Octal 161 114 355 64 104 0 7 376 122 75
Binary 1110001 1001100 11101101 110100 1000100 0 111 11111110 1010010 111101

Color Harmonies of #714CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CED

Black with #714CED

Text Example


Text Example

White with #714CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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