Html Css Color HEX #7456D9 Slate Blue

📋 copy color: '#7456D9'

red 116 ◦ green 86 ◦ blue 217

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

Shades of Slate Blue #7456D9

Tints of Slate Blue #7456D9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 217 (85.16% from 255) = 51.79%

R = 27.68%
G = 20.53%
B = 51.79%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7456D9 (or 0x7456D9) is known color: Slate Blue. HEX triplet: 74, 56 and D9. RGB value is (116,86,217). Sum of RGB (Red+Green+Blue) = 116+86+217=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #7456D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7456D9 is #8BA926. Grayscale: #6D6D6D. Windows color (decimal): -9152807 or 14243444. OLE color: 14243444.

HSL color Cylindrical-coordinate representation of color #7456D9: hue angle of 253.74º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7456D9 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 86 217 -
CMYK 0.47 0.60 0 0.15
HSL 253.74º 0.63% 0.59% -
HSV(B) 253.74º 0.6% 0.85% -
XYZ 23.05 15.38 67.4 -
YUV 109.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 116 86 217 0.47 0.60 0 0.15 253.74 0.63 0.59
Hex 74 56 D9 2F 3C 0 F FE 3F 3B
Octal 164 126 331 57 74 0 17 376 77 73
Binary 1110100 1010110 11011001 101111 111100 0 1111 11111110 111111 111011

Color Harmonies of #7456D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7456D9

Black with #7456D9

Text Example


Text Example

White with #7456D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7456D9; }

 p { color: rgb(116,86,217); }

 H1.HeaderClassName
 {
   color: #7456D9;
 }
 .AnyTagClassName
 {
   color: #7456D9;
 }
</style>

background-color css

<style>
 a { background-color: #7456D9; }

 a { background-color: rgb(116,86,217); }

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

border-color css

<style>
 span { border-color: #7456D9; }

 span { border-color: rgb(116,86,217); }

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