Html Css Color HEX #7456D7 Slate Blue

📋 copy color: '#7456D7'

red 116 ◦ green 86 ◦ blue 215

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

Shades of Slate Blue #7456D7

Tints of Slate Blue #7456D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 27.82%
G = 20.62%
B = 51.56%

CMYK

 C value IS 0.46

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7456D7 (or 0x7456D7) is known color: Slate Blue. HEX triplet: 74, 56 and D7. RGB value is (116,86,215). Sum of RGB (Red+Green+Blue) = 116+86+215=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #7456D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7456D7 is #8BA928. Grayscale: #6D6D6D. Windows color (decimal): -9152809 or 14112372. OLE color: 14112372.

HSL color Cylindrical-coordinate representation of color #7456D7: hue angle of 253.95º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7456D7 is Cyan = 0.46, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 86 215 -
CMYK 0.46 0.6 0 0.16
HSL 253.95º 0.62% 0.59% -
HSV(B) 253.95º 0.6% 0.84% -
XYZ 22.8 15.27 66.04 -
YUV 109.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 116 86 215 0.46 0.6 0 0.16 253.95 0.62 0.59
Hex 74 56 D7 2E 3C 0 10 FE 3E 3B
Octal 164 126 327 56 74 0 20 376 76 73
Binary 1110100 1010110 11010111 101110 111100 0 10000 11111110 111110 111011

Color Harmonies of #7456D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7456D7

Black with #7456D7

Text Example


Text Example

White with #7456D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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