Html Css Color HEX #7166FB Medium Slate Blue

📋 copy color: '#7166FB'

red 113 ◦ green 102 ◦ blue 251

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

Shades of Medium Slate Blue #7166FB

Tints of Medium Slate Blue #7166FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 24.25%
G = 21.89%
B = 53.86%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7166FB (or 0x7166FB) is known color: Medium Slate Blue. HEX triplet: 71, 66 and FB. RGB value is (113,102,251). Sum of RGB (Red+Green+Blue) = 113+102+251=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7166FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166FB is #8E9904. Grayscale: #797979. Windows color (decimal): -9345285 or 16475761. OLE color: 16475761.

HSL color Cylindrical-coordinate representation of color #7166FB: hue angle of 244.43º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7166FB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 102 251 -
CMYK 0.55 0.59 0 0.02
HSL 244.43º 0.95% 0.69% -
HSV(B) 244.43º 0.59% 0.98% -
XYZ 28.97 19.98 93.6 -
YUV 122.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 113 102 251 0.55 0.59 0 0.02 244.43 0.95 0.69
Hex 71 66 FB 37 3B 0 2 F4 5F 45
Octal 161 146 373 67 73 0 2 364 137 105
Binary 1110001 1100110 11111011 110111 111011 0 10 11110100 1011111 1000101

Color Harmonies of #7166FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166FB

Black with #7166FB

Text Example


Text Example

White with #7166FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7166FB; }

 p { color: rgb(113,102,251); }

 H1.HeaderClassName
 {
   color: #7166FB;
 }
 .AnyTagClassName
 {
   color: #7166FB;
 }
</style>

background-color css

<style>
 a { background-color: #7166FB; }

 a { background-color: rgb(113,102,251); }

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

border-color css

<style>
 span { border-color: #7166FB; }

 span { border-color: rgb(113,102,251); }

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