Html Css Color HEX #7165DD Medium Slate Blue

📋 copy color: '#7165DD'

red 113 ◦ green 101 ◦ blue 221

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

Shades of Medium Slate Blue #7165DD

Tints of Medium Slate Blue #7165DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 25.98%
G = 23.22%
B = 50.8%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7165DD (or 0x7165DD) is known color: Medium Slate Blue. HEX triplet: 71, 65 and DD. RGB value is (113,101,221). Sum of RGB (Red+Green+Blue) = 113+101+221=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7165DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165DD is #8E9A22. Grayscale: #757575. Windows color (decimal): -9345571 or 14509425. OLE color: 14509425.

HSL color Cylindrical-coordinate representation of color #7165DD: hue angle of 246º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7165DD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 101 221 -
CMYK 0.49 0.54 0 0.13
HSL 246º 0.64% 0.63% -
HSV(B) 246º 0.54% 0.87% -
XYZ 24.51 18.04 70.6 -
YUV 118.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 113 101 221 0.49 0.54 0 0.13 246 0.64 0.63
Hex 71 65 DD 31 36 0 D F6 40 3F
Octal 161 145 335 61 66 0 15 366 100 77
Binary 1110001 1100101 11011101 110001 110110 0 1101 11110110 1000000 111111

Color Harmonies of #7165DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7165DD

Black with #7165DD

Text Example


Text Example

White with #7165DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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