Html Css Color HEX #7253FF Medium Slate Blue

📋 copy color: '#7253FF'

red 114 ◦ green 83 ◦ blue 255

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

Shades of Medium Slate Blue #7253FF

Tints of Medium Slate Blue #7253FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 25.22%
G = 18.36%
B = 56.42%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7253FF (or 0x7253FF) is known color: Medium Slate Blue. HEX triplet: 72, 53 and FF. RGB value is (114,83,255). Sum of RGB (Red+Green+Blue) = 114+83+255=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #7253FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253FF is #8DAC00. Grayscale: #6F6F6F. Windows color (decimal): -9284609 or 16733042. OLE color: 16733042.

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

Color convert

RGB 114 83 255 -
CMYK 0.55 0.67 0 0
HSL 250.81º 1% 0.66% -
HSV(B) 250.81º 0.67% 1% -
XYZ 28.08 16.98 96.41 -
YUV 111.88 208.77 129.51 -
System Red Green Blue C M Y K H S L
Decimal 114 83 255 0.55 0.67 0 0 250.81 1 0.66
Hex 72 53 FF 37 43 0 0 FB 64 42
Octal 162 123 377 67 103 0 0 373 144 102
Binary 1110010 1010011 11111111 110111 1000011 0 0 11111011 1100100 1000010

Color Harmonies of #7253FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253FF

Black with #7253FF

Text Example


Text Example

White with #7253FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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