Html Css Color HEX #7565DF Medium Slate Blue

📋 copy color: '#7565DF'

red 117 ◦ green 101 ◦ blue 223

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

Shades of Medium Slate Blue #7565DF

Tints of Medium Slate Blue #7565DF

RGB

 RED value IS 117 (46.09% from 255) = 26.53%

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 26.53%
G = 22.9%
B = 50.57%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7565DF (or 0x7565DF) is known color: Medium Slate Blue. HEX triplet: 75, 65 and DF. RGB value is (117,101,223). Sum of RGB (Red+Green+Blue) = 117+101+223=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7565DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565DF is #8A9A20. Grayscale: #777777. Windows color (decimal): -9083425 or 14640501. OLE color: 14640501.

HSL color Cylindrical-coordinate representation of color #7565DF: hue angle of 247.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7565DF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 101 223 -
CMYK 0.48 0.55 0 0.13
HSL 247.87º 0.66% 0.64% -
HSV(B) 247.87º 0.55% 0.87% -
XYZ 25.31 18.42 72.03 -
YUV 119.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 117 101 223 0.48 0.55 0 0.13 247.87 0.66 0.64
Hex 75 65 DF 30 37 0 D F8 42 40
Octal 165 145 337 60 67 0 15 370 102 100
Binary 1110101 1100101 11011111 110000 110111 0 1101 11111000 1000010 1000000

Color Harmonies of #7565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565DF

Black with #7565DF

Text Example


Text Example

White with #7565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7565DF; }

 p { color: rgb(117,101,223); }

 H1.HeaderClassName
 {
   color: #7565DF;
 }
 .AnyTagClassName
 {
   color: #7565DF;
 }
</style>

background-color css

<style>
 a { background-color: #7565DF; }

 a { background-color: rgb(117,101,223); }

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

border-color css

<style>
 span { border-color: #7565DF; }

 span { border-color: rgb(117,101,223); }

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