Html Css Color HEX #7264EF Medium Slate Blue

📋 copy color: '#7264EF'

red 114 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #7264EF

Tints of Medium Slate Blue #7264EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 25.17%
G = 22.08%
B = 52.76%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7264EF (or 0x7264EF) is known color: Medium Slate Blue. HEX triplet: 72, 64 and EF. RGB value is (114,100,239). Sum of RGB (Red+Green+Blue) = 114+100+239=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #7264EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264EF is #8D9B10. Grayscale: #777777. Windows color (decimal): -9280273 or 15688818. OLE color: 15688818.

HSL color Cylindrical-coordinate representation of color #7264EF: hue angle of 246.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7264EF is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 100 239 -
CMYK 0.52 0.58 0 0.06
HSL 246.04º 0.81% 0.66% -
HSV(B) 246.04º 0.58% 0.94% -
XYZ 27.08 18.92 83.89 -
YUV 120.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 114 100 239 0.52 0.58 0 0.06 246.04 0.81 0.66
Hex 72 64 EF 34 3A 0 6 F6 51 42
Octal 162 144 357 64 72 0 6 366 121 102
Binary 1110010 1100100 11101111 110100 111010 0 110 11110110 1010001 1000010

Color Harmonies of #7264EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264EF

Black with #7264EF

Text Example


Text Example

White with #7264EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7264EF; }

 p { color: rgb(114,100,239); }

 H1.HeaderClassName
 {
   color: #7264EF;
 }
 .AnyTagClassName
 {
   color: #7264EF;
 }
</style>

background-color css

<style>
 a { background-color: #7264EF; }

 a { background-color: rgb(114,100,239); }

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

border-color css

<style>
 span { border-color: #7264EF; }

 span { border-color: rgb(114,100,239); }

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