Html Css Color HEX #714BED Medium Slate Blue

📋 copy color: '#714BED'

red 113 ◦ green 75 ◦ blue 237

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

Shades of Medium Slate Blue #714BED

Tints of Medium Slate Blue #714BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.65%

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

R = 26.59%
G = 17.65%
B = 55.76%

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

#714BED (or 0x714BED) is known color: Medium Slate Blue. HEX triplet: 71, 4B and ED. RGB value is (113,75,237). Sum of RGB (Red+Green+Blue) = 113+75+237=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #714BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BED is #8EB412. Grayscale: #686868. Windows color (decimal): -9352211 or 15551345. OLE color: 15551345.

HSL color Cylindrical-coordinate representation of color #714BED: hue angle of 254.07º 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 #714BED is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 75 237 -
CMYK 0.52 0.68 0 0.07
HSL 254.07º 0.82% 0.61% -
HSV(B) 254.07º 0.68% 0.93% -
XYZ 24.61 14.66 81.65 -
YUV 104.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 113 75 237 0.52 0.68 0 0.07 254.07 0.82 0.61
Hex 71 4B ED 34 44 0 7 FE 52 3D
Octal 161 113 355 64 104 0 7 376 122 75
Binary 1110001 1001011 11101101 110100 1000100 0 111 11111110 1010010 111101

Color Harmonies of #714BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BED

Black with #714BED

Text Example


Text Example

White with #714BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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