Html Css Color HEX #7262EC Medium Slate Blue

📋 copy color: '#7262EC'

red 114 ◦ green 98 ◦ blue 236

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

Shades of Medium Slate Blue #7262EC

Tints of Medium Slate Blue #7262EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.88%

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 25.45%
G = 21.88%
B = 52.68%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7262EC (or 0x7262EC) is known color: Medium Slate Blue. HEX triplet: 72, 62 and EC. RGB value is (114,98,236). Sum of RGB (Red+Green+Blue) = 114+98+236=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #7262EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262EC is #8D9D13. Grayscale: #757575. Windows color (decimal): -9280788 or 15491698. OLE color: 15491698.

HSL color Cylindrical-coordinate representation of color #7262EC: hue angle of 246.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7262EC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 98 236 -
CMYK 0.52 0.58 0 0.07
HSL 246.96º 0.78% 0.65% -
HSV(B) 246.96º 0.58% 0.93% -
XYZ 26.45 18.37 81.51 -
YUV 118.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 114 98 236 0.52 0.58 0 0.07 246.96 0.78 0.65
Hex 72 62 EC 34 3A 0 7 F7 4E 41
Octal 162 142 354 64 72 0 7 367 116 101
Binary 1110010 1100010 11101100 110100 111010 0 111 11110111 1001110 1000001

Color Harmonies of #7262EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262EC

Black with #7262EC

Text Example


Text Example

White with #7262EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7262EC; }

 p { color: rgb(114,98,236); }

 H1.HeaderClassName
 {
   color: #7262EC;
 }
 .AnyTagClassName
 {
   color: #7262EC;
 }
</style>

background-color css

<style>
 a { background-color: #7262EC; }

 a { background-color: rgb(114,98,236); }

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

border-color css

<style>
 span { border-color: #7262EC; }

 span { border-color: rgb(114,98,236); }

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