Html Css Color HEX #7168ED Medium Slate Blue

📋 copy color: '#7168ED'

red 113 ◦ green 104 ◦ blue 237

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

Shades of Medium Slate Blue #7168ED

Tints of Medium Slate Blue #7168ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

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

R = 24.89%
G = 22.91%
B = 52.2%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7168ED (or 0x7168ED) is known color: Medium Slate Blue. HEX triplet: 71, 68 and ED. RGB value is (113,104,237). Sum of RGB (Red+Green+Blue) = 113+104+237=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #7168ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7168ED is #8E9712. Grayscale: #797979. Windows color (decimal): -9344787 or 15558769. OLE color: 15558769.

HSL color Cylindrical-coordinate representation of color #7168ED: hue angle of 244.06º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7168ED is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 104 237 -
CMYK 0.52 0.56 0 0.07
HSL 244.06º 0.79% 0.67% -
HSV(B) 244.06º 0.56% 0.93% -
XYZ 27.05 19.53 82.46 -
YUV 121.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 113 104 237 0.52 0.56 0 0.07 244.06 0.79 0.67
Hex 71 68 ED 34 38 0 7 F4 4F 43
Octal 161 150 355 64 70 0 7 364 117 103
Binary 1110001 1101000 11101101 110100 111000 0 111 11110100 1001111 1000011

Color Harmonies of #7168ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168ED

Black with #7168ED

Text Example


Text Example

White with #7168ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7168ED; }

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

 H1.HeaderClassName
 {
   color: #7168ED;
 }
 .AnyTagClassName
 {
   color: #7168ED;
 }
</style>

background-color css

<style>
 a { background-color: #7168ED; }

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

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

border-color css

<style>
 span { border-color: #7168ED; }

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

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