Html Css Color HEX #7253FE Medium Slate Blue

📋 copy color: '#7253FE'

red 114 ◦ green 83 ◦ blue 254

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

Shades of Medium Slate Blue #7253FE

Tints of Medium Slate Blue #7253FE

RGB

 RED value IS 114 (44.92% from 255) = 25.28%

 GREEN value IS 83 (32.81% from 255) = 18.4%

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

R = 25.28%
G = 18.4%
B = 56.32%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7253FE (or 0x7253FE) is known color: Medium Slate Blue. HEX triplet: 72, 53 and FE. RGB value is (114,83,254). Sum of RGB (Red+Green+Blue) = 114+83+254=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #7253FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253FE is #8DAC01. Grayscale: #6F6F6F. Windows color (decimal): -9284610 or 16667506. OLE color: 16667506.

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

Color convert

RGB 114 83 254 -
CMYK 0.55 0.67 0 0.00
HSL 250.88º 0.99% 0.66% -
HSV(B) 250.88º 0.67% 1% -
XYZ 27.92 16.92 95.56 -
YUV 111.76 208.27 129.6 -
System Red Green Blue C M Y K H S L
Decimal 114 83 254 0.55 0.67 0 0.00 250.88 0.99 0.66
Hex 72 53 FE 37 43 0 0 FB 63 42
Octal 162 123 376 67 103 0 0 373 143 102
Binary 1110010 1010011 11111110 110111 1000011 0 0 11111011 1100011 1000010

Color Harmonies of #7253FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253FE

Black with #7253FE

Text Example


Text Example

White with #7253FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,83,254); }

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

background-color css

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

 a { background-color: rgb(114,83,254); }

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

border-color css

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

 span { border-color: rgb(114,83,254); }

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