Html Css Color HEX #7457DC Slate Blue

📋 copy color: '#7457DC'

red 116 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7457DC

Tints of Slate Blue #7457DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 27.42%
G = 20.57%
B = 52.01%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7457DC (or 0x7457DC) is known color: Slate Blue. HEX triplet: 74, 57 and DC. RGB value is (116,87,220). Sum of RGB (Red+Green+Blue) = 116+87+220=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7457DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457DC is #8BA823. Grayscale: #6E6E6E. Windows color (decimal): -9152548 or 14440308. OLE color: 14440308.

HSL color Cylindrical-coordinate representation of color #7457DC: hue angle of 253.08º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7457DC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 87 220 -
CMYK 0.47 0.60 0 0.14
HSL 253.08º 0.66% 0.6% -
HSV(B) 253.08º 0.6% 0.86% -
XYZ 23.53 15.7 69.5 -
YUV 110.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 116 87 220 0.47 0.60 0 0.14 253.08 0.66 0.6
Hex 74 57 DC 2F 3C 0 E FD 42 3C
Octal 164 127 334 57 74 0 16 375 102 74
Binary 1110100 1010111 11011100 101111 111100 0 1110 11111101 1000010 111100

Color Harmonies of #7457DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7457DC

Black with #7457DC

Text Example


Text Example

White with #7457DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7457DC; }

 p { color: rgb(116,87,220); }

 H1.HeaderClassName
 {
   color: #7457DC;
 }
 .AnyTagClassName
 {
   color: #7457DC;
 }
</style>

background-color css

<style>
 a { background-color: #7457DC; }

 a { background-color: rgb(116,87,220); }

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

border-color css

<style>
 span { border-color: #7457DC; }

 span { border-color: rgb(116,87,220); }

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