Html Css Color HEX #7565EF Medium Slate Blue

📋 copy color: '#7565EF'

red 117 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #7565EF

Tints of Medium Slate Blue #7565EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 25.6%
G = 22.1%
B = 52.3%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7565EF (or 0x7565EF) is known color: Medium Slate Blue. HEX triplet: 75, 65 and EF. RGB value is (117,101,239). Sum of RGB (Red+Green+Blue) = 117+101+239=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #7565EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565EF is #8A9A10. Grayscale: #787878. Windows color (decimal): -9083409 or 15689077. OLE color: 15689077.

HSL color Cylindrical-coordinate representation of color #7565EF: hue angle of 246.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7565EF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 101 239 -
CMYK 0.51 0.58 0 0.06
HSL 246.96º 0.81% 0.67% -
HSV(B) 246.96º 0.58% 0.94% -
XYZ 27.57 19.32 83.94 -
YUV 121.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 117 101 239 0.51 0.58 0 0.06 246.96 0.81 0.67
Hex 75 65 EF 33 3A 0 6 F7 51 43
Octal 165 145 357 63 72 0 6 367 121 103
Binary 1110101 1100101 11101111 110011 111010 0 110 11110111 1010001 1000011

Color Harmonies of #7565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565EF

Black with #7565EF

Text Example


Text Example

White with #7565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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