Html Css Color HEX #7565F0 Medium Slate Blue

📋 copy color: '#7565F0'

red 117 ◦ green 101 ◦ blue 240

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

Shades of Medium Slate Blue #7565F0

Tints of Medium Slate Blue #7565F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 25.55%
G = 22.05%
B = 52.4%

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

#7565F0 (or 0x7565F0) is known color: Medium Slate Blue. HEX triplet: 75, 65 and F0. RGB value is (117,101,240). Sum of RGB (Red+Green+Blue) = 117+101+240=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #7565F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565F0 is #8A9A0F. Grayscale: #797979. Windows color (decimal): -9083408 or 15754613. OLE color: 15754613.

HSL color Cylindrical-coordinate representation of color #7565F0: hue angle of 246.91º degrees, saturation: 0.82, 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 #7565F0 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 101 240 -
CMYK 0.51 0.58 0 0.06
HSL 246.91º 0.82% 0.67% -
HSV(B) 246.91º 0.58% 0.94% -
XYZ 27.72 19.38 84.72 -
YUV 121.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 117 101 240 0.51 0.58 0 0.06 246.91 0.82 0.67
Hex 75 65 F0 33 3A 0 6 F7 52 43
Octal 165 145 360 63 72 0 6 367 122 103
Binary 1110101 1100101 11110000 110011 111010 0 110 11110111 1010010 1000011

Color Harmonies of #7565F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565F0

Black with #7565F0

Text Example


Text Example

White with #7565F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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