Html Css Color HEX #7464EB Medium Slate Blue

📋 copy color: '#7464EB'

red 116 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #7464EB

Tints of Medium Slate Blue #7464EB

RGB

 RED value IS 116 (45.7% from 255) = 25.72%

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 25.72%
G = 22.17%
B = 52.11%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7464EB (or 0x7464EB) is known color: Medium Slate Blue. HEX triplet: 74, 64 and EB. RGB value is (116,100,235). Sum of RGB (Red+Green+Blue) = 116+100+235=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #7464EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7464EB is #8B9B14. Grayscale: #777777. Windows color (decimal): -9149205 or 15426676. OLE color: 15426676.

HSL color Cylindrical-coordinate representation of color #7464EB: hue angle of 247.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7464EB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 100 235 -
CMYK 0.51 0.57 0 0.08
HSL 247.11º 0.77% 0.66% -
HSV(B) 247.11º 0.57% 0.92% -
XYZ 26.76 18.83 80.82 -
YUV 120.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 116 100 235 0.51 0.57 0 0.08 247.11 0.77 0.66
Hex 74 64 EB 33 39 0 8 F7 4D 42
Octal 164 144 353 63 71 0 10 367 115 102
Binary 1110100 1100100 11101011 110011 111001 0 1000 11110111 1001101 1000010

Color Harmonies of #7464EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464EB

Black with #7464EB

Text Example


Text Example

White with #7464EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7464EB; }

 p { color: rgb(116,100,235); }

 H1.HeaderClassName
 {
   color: #7464EB;
 }
 .AnyTagClassName
 {
   color: #7464EB;
 }
</style>

background-color css

<style>
 a { background-color: #7464EB; }

 a { background-color: rgb(116,100,235); }

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

border-color css

<style>
 span { border-color: #7464EB; }

 span { border-color: rgb(116,100,235); }

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