Html Css Color HEX #7168FF Medium Slate Blue

📋 copy color: '#7168FF'

red 113 ◦ green 104 ◦ blue 255

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

Shades of Medium Slate Blue #7168FF

Tints of Medium Slate Blue #7168FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 23.94%
G = 22.03%
B = 54.03%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7168FF (or 0x7168FF) is known color: Medium Slate Blue. HEX triplet: 71, 68 and FF. RGB value is (113,104,255). Sum of RGB (Red+Green+Blue) = 113+104+255=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7168FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7168FF is #8E9700. Grayscale: #7B7B7B. Windows color (decimal): -9344769 or 16738417. OLE color: 16738417.

HSL color Cylindrical-coordinate representation of color #7168FF: hue angle of 243.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7168FF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 104 255 -
CMYK 0.56 0.59 0 0
HSL 243.58º 1% 0.7% -
HSV(B) 243.58º 0.59% 1% -
XYZ 29.81 20.63 97.02 -
YUV 123.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 113 104 255 0.56 0.59 0 0 243.58 1 0.7
Hex 71 68 FF 38 3B 0 0 F4 64 46
Octal 161 150 377 70 73 0 0 364 144 106
Binary 1110001 1101000 11111111 111000 111011 0 0 11110100 1100100 1000110

Color Harmonies of #7168FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168FF

Black with #7168FF

Text Example


Text Example

White with #7168FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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