Html Css Color HEX #7165EC Medium Slate Blue

📋 copy color: '#7165EC'

red 113 ◦ green 101 ◦ blue 236

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

Shades of Medium Slate Blue #7165EC

Tints of Medium Slate Blue #7165EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 25.11%
G = 22.44%
B = 52.44%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7165EC (or 0x7165EC) is known color: Medium Slate Blue. HEX triplet: 71, 65 and EC. RGB value is (113,101,236). Sum of RGB (Red+Green+Blue) = 113+101+236=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7165EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7165EC is #8E9A13. Grayscale: #777777. Windows color (decimal): -9345556 or 15492465. OLE color: 15492465.

HSL color Cylindrical-coordinate representation of color #7165EC: hue angle of 245.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7165EC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 101 236 -
CMYK 0.52 0.57 0 0.07
HSL 245.33º 0.78% 0.66% -
HSV(B) 245.33º 0.57% 0.93% -
XYZ 26.6 18.87 81.6 -
YUV 119.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 113 101 236 0.52 0.57 0 0.07 245.33 0.78 0.66
Hex 71 65 EC 34 39 0 7 F5 4E 42
Octal 161 145 354 64 71 0 7 365 116 102
Binary 1110001 1100101 11101100 110100 111001 0 111 11110101 1001110 1000010

Color Harmonies of #7165EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7165EC

Black with #7165EC

Text Example


Text Example

White with #7165EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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