Html Css Color HEX #7264EE Medium Slate Blue

📋 copy color: '#7264EE'

red 114 ◦ green 100 ◦ blue 238

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

Shades of Medium Slate Blue #7264EE

Tints of Medium Slate Blue #7264EE

RGB

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

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

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

R = 25.22%
G = 22.12%
B = 52.65%

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

#7264EE (or 0x7264EE) is known color: Medium Slate Blue. HEX triplet: 72, 64 and EE. RGB value is (114,100,238). Sum of RGB (Red+Green+Blue) = 114+100+238=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #7264EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264EE is #8D9B11. Grayscale: #777777. Windows color (decimal): -9280274 or 15623282. OLE color: 15623282.

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

Color convert

RGB 114 100 238 -
CMYK 0.52 0.58 0 0.07
HSL 246.09º 0.8% 0.66% -
HSV(B) 246.09º 0.58% 0.93% -
XYZ 26.93 18.86 83.11 -
YUV 119.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 114 100 238 0.52 0.58 0 0.07 246.09 0.8 0.66
Hex 72 64 EE 34 3A 0 7 F6 50 42
Octal 162 144 356 64 72 0 7 366 120 102
Binary 1110010 1100100 11101110 110100 111010 0 111 11110110 1010000 1000010

Color Harmonies of #7264EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264EE

Black with #7264EE

Text Example


Text Example

White with #7264EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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