Html Css Color HEX #7457C0 Slate Blue

📋 copy color: '#7457C0'

red 116 ◦ green 87 ◦ blue 192

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

Shades of Slate Blue #7457C0

Tints of Slate Blue #7457C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 29.37%
G = 22.03%
B = 48.61%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7457C0 (or 0x7457C0) is known color: Slate Blue. HEX triplet: 74, 57 and C0. RGB value is (116,87,192). Sum of RGB (Red+Green+Blue) = 116+87+192=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #7457C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457C0 is #8BA83F. Grayscale: #6B6B6B. Windows color (decimal): -9152576 or 12605300. OLE color: 12605300.

HSL color Cylindrical-coordinate representation of color #7457C0: hue angle of 256.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7457C0 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 87 192 -
CMYK 0.40 0.55 0 0.25
HSL 256.57º 0.45% 0.55% -
HSV(B) 256.57º 0.55% 0.75% -
XYZ 20.13 14.34 51.58 -
YUV 107.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 116 87 192 0.40 0.55 0 0.25 256.57 0.45 0.55
Hex 74 57 C0 28 37 0 19 101 2D 37
Octal 164 127 300 50 67 0 31 401 55 67
Binary 1110100 1010111 11000000 101000 110111 0 11001 100000001 101101 110111

Color Harmonies of #7457C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7457C0

Black with #7457C0

Text Example


Text Example

White with #7457C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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