Html Css Color HEX #7565F8 Medium Slate Blue

📋 copy color: '#7565F8'

red 117 ◦ green 101 ◦ blue 248

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

Shades of Medium Slate Blue #7565F8

Tints of Medium Slate Blue #7565F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.22%

R = 25.11%
G = 21.67%
B = 53.22%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7565F8 (or 0x7565F8) is known color: Medium Slate Blue. HEX triplet: 75, 65 and F8. RGB value is (117,101,248). Sum of RGB (Red+Green+Blue) = 117+101+248=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #7565F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565F8 is #8A9A07. Grayscale: #797979. Windows color (decimal): -9083400 or 16278901. OLE color: 16278901.

HSL color Cylindrical-coordinate representation of color #7565F8: hue angle of 246.53º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7565F8 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 101 248 -
CMYK 0.53 0.59 0 0.03
HSL 246.53º 0.91% 0.68% -
HSV(B) 246.53º 0.59% 0.97% -
XYZ 28.93 19.87 91.12 -
YUV 122.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 117 101 248 0.53 0.59 0 0.03 246.53 0.91 0.68
Hex 75 65 F8 35 3B 0 3 F7 5B 44
Octal 165 145 370 65 73 0 3 367 133 104
Binary 1110101 1100101 11111000 110101 111011 0 11 11110111 1011011 1000100

Color Harmonies of #7565F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565F8

Black with #7565F8

Text Example


Text Example

White with #7565F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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