Html Css Color HEX #7264F8 Medium Slate Blue

📋 copy color: '#7264F8'

red 114 ◦ green 100 ◦ blue 248

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

Shades of Medium Slate Blue #7264F8

Tints of Medium Slate Blue #7264F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 24.68%
G = 21.65%
B = 53.68%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7264F8 (or 0x7264F8) is known color: Medium Slate Blue. HEX triplet: 72, 64 and F8. RGB value is (114,100,248). Sum of RGB (Red+Green+Blue) = 114+100+248=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #7264F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264F8 is #8D9B07. Grayscale: #787878. Windows color (decimal): -9280264 or 16278642. OLE color: 16278642.

HSL color Cylindrical-coordinate representation of color #7264F8: hue angle of 245.68º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7264F8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 100 248 -
CMYK 0.54 0.60 0 0.03
HSL 245.68º 0.91% 0.68% -
HSV(B) 245.68º 0.6% 0.97% -
XYZ 28.44 19.47 91.07 -
YUV 121.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 114 100 248 0.54 0.60 0 0.03 245.68 0.91 0.68
Hex 72 64 F8 36 3C 0 3 F6 5B 44
Octal 162 144 370 66 74 0 3 366 133 104
Binary 1110010 1100100 11111000 110110 111100 0 11 11110110 1011011 1000100

Color Harmonies of #7264F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264F8

Black with #7264F8

Text Example


Text Example

White with #7264F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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