Html Css Color HEX #7250EE Medium Slate Blue

📋 copy color: '#7250EE'

red 114 ◦ green 80 ◦ blue 238

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

Shades of Medium Slate Blue #7250EE

Tints of Medium Slate Blue #7250EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 26.39%
G = 18.52%
B = 55.09%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7250EE (or 0x7250EE) is known color: Medium Slate Blue. HEX triplet: 72, 50 and EE. RGB value is (114,80,238). Sum of RGB (Red+Green+Blue) = 114+80+238=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #7250EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7250EE is #8DAF11. Grayscale: #6B6B6B. Windows color (decimal): -9285394 or 15618162. OLE color: 15618162.

HSL color Cylindrical-coordinate representation of color #7250EE: hue angle of 252.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7250EE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 80 238 -
CMYK 0.52 0.66 0 0.07
HSL 252.91º 0.82% 0.62% -
HSV(B) 252.91º 0.66% 0.93% -
XYZ 25.24 15.49 82.55 -
YUV 108.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 114 80 238 0.52 0.66 0 0.07 252.91 0.82 0.62
Hex 72 50 EE 34 42 0 7 FD 52 3E
Octal 162 120 356 64 102 0 7 375 122 76
Binary 1110010 1010000 11101110 110100 1000010 0 111 11111101 1010010 111110

Color Harmonies of #7250EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250EE

Black with #7250EE

Text Example


Text Example

White with #7250EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7250EE; }

 p { color: rgb(114,80,238); }

 H1.HeaderClassName
 {
   color: #7250EE;
 }
 .AnyTagClassName
 {
   color: #7250EE;
 }
</style>

background-color css

<style>
 a { background-color: #7250EE; }

 a { background-color: rgb(114,80,238); }

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

border-color css

<style>
 span { border-color: #7250EE; }

 span { border-color: rgb(114,80,238); }

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