Html Css Color HEX #7463DE Medium Slate Blue

📋 copy color: '#7463DE'

red 116 ◦ green 99 ◦ blue 222

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

Shades of Medium Slate Blue #7463DE

Tints of Medium Slate Blue #7463DE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 26.54%
G = 22.65%
B = 50.8%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7463DE (or 0x7463DE) is known color: Medium Slate Blue. HEX triplet: 74, 63 and DE. RGB value is (116,99,222). Sum of RGB (Red+Green+Blue) = 116+99+222=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #7463DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463DE is #8B9C21. Grayscale: #757575. Windows color (decimal): -9149474 or 14574452. OLE color: 14574452.

HSL color Cylindrical-coordinate representation of color #7463DE: hue angle of 248.29º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7463DE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 99 222 -
CMYK 0.48 0.55 0 0.13
HSL 248.29º 0.65% 0.63% -
HSV(B) 248.29º 0.55% 0.87% -
XYZ 24.85 17.91 71.25 -
YUV 118.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 116 99 222 0.48 0.55 0 0.13 248.29 0.65 0.63
Hex 74 63 DE 30 37 0 D F8 41 3F
Octal 164 143 336 60 67 0 15 370 101 77
Binary 1110100 1100011 11011110 110000 110111 0 1101 11111000 1000001 111111

Color Harmonies of #7463DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463DE

Black with #7463DE

Text Example


Text Example

White with #7463DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7463DE; }

 p { color: rgb(116,99,222); }

 H1.HeaderClassName
 {
   color: #7463DE;
 }
 .AnyTagClassName
 {
   color: #7463DE;
 }
</style>

background-color css

<style>
 a { background-color: #7463DE; }

 a { background-color: rgb(116,99,222); }

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

border-color css

<style>
 span { border-color: #7463DE; }

 span { border-color: rgb(116,99,222); }

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