Html Css Color HEX #7165FE Medium Slate Blue

📋 copy color: '#7165FE'

red 113 ◦ green 101 ◦ blue 254

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

Shades of Medium Slate Blue #7165FE

Tints of Medium Slate Blue #7165FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 24.15%
G = 21.58%
B = 54.27%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7165FE (or 0x7165FE) is known color: Medium Slate Blue. HEX triplet: 71, 65 and FE. RGB value is (113,101,254). Sum of RGB (Red+Green+Blue) = 113+101+254=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7165FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7165FE is #8E9A01. Grayscale: #797979. Windows color (decimal): -9345538 or 16672113. OLE color: 16672113.

HSL color Cylindrical-coordinate representation of color #7165FE: hue angle of 244.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7165FE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 101 254 -
CMYK 0.56 0.60 0 0.00
HSL 244.71º 0.99% 0.7% -
HSV(B) 244.71º 0.6% 1% -
XYZ 29.35 19.97 96.07 -
YUV 122.03 202.48 121.56 -
System Red Green Blue C M Y K H S L
Decimal 113 101 254 0.56 0.60 0 0.00 244.71 0.99 0.7
Hex 71 65 FE 38 3C 0 0 F5 63 46
Octal 161 145 376 70 74 0 0 365 143 106
Binary 1110001 1100101 11111110 111000 111100 0 0 11110101 1100011 1000110

Color Harmonies of #7165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7165FE

Black with #7165FE

Text Example


Text Example

White with #7165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7165FE; }

 p { color: rgb(113,101,254); }

 H1.HeaderClassName
 {
   color: #7165FE;
 }
 .AnyTagClassName
 {
   color: #7165FE;
 }
</style>

background-color css

<style>
 a { background-color: #7165FE; }

 a { background-color: rgb(113,101,254); }

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

border-color css

<style>
 span { border-color: #7165FE; }

 span { border-color: rgb(113,101,254); }

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