Html Css Color HEX #7652FE Medium Slate Blue

📋 copy color: '#7652FE'

red 118 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #7652FE

Tints of Medium Slate Blue #7652FE

RGB

 RED value IS 118 (46.48% from 255) = 25.99%

 GREEN value IS 82 (32.42% from 255) = 18.06%

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 25.99%
G = 18.06%
B = 55.95%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7652FE (or 0x7652FE) is known color: Medium Slate Blue. HEX triplet: 76, 52 and FE. RGB value is (118,82,254). Sum of RGB (Red+Green+Blue) = 118+82+254=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7652FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7652FE is #89AD01. Grayscale: #6F6F6F. Windows color (decimal): -9022722 or 16667254. OLE color: 16667254.

HSL color Cylindrical-coordinate representation of color #7652FE: hue angle of 252.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7652FE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 82 254 -
CMYK 0.54 0.68 0 0.00
HSL 252.56º 0.99% 0.66% -
HSV(B) 252.56º 0.68% 1% -
XYZ 28.38 17.04 95.56 -
YUV 112.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 118 82 254 0.54 0.68 0 0.00 252.56 0.99 0.66
Hex 76 52 FE 36 44 0 0 FD 63 42
Octal 166 122 376 66 104 0 0 375 143 102
Binary 1110110 1010010 11111110 110110 1000100 0 0 11111101 1100011 1000010

Color Harmonies of #7652FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652FE

Black with #7652FE

Text Example


Text Example

White with #7652FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7652FE; }

 p { color: rgb(118,82,254); }

 H1.HeaderClassName
 {
   color: #7652FE;
 }
 .AnyTagClassName
 {
   color: #7652FE;
 }
</style>

background-color css

<style>
 a { background-color: #7652FE; }

 a { background-color: rgb(118,82,254); }

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

border-color css

<style>
 span { border-color: #7652FE; }

 span { border-color: rgb(118,82,254); }

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