Html Css Color HEX #7458C0 Slate Blue

📋 copy color: '#7458C0'

red 116 ◦ green 88 ◦ blue 192

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

Shades of Slate Blue #7458C0

Tints of Slate Blue #7458C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 29.29%
G = 22.22%
B = 48.48%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7458C0 (or 0x7458C0) is known color: Slate Blue. HEX triplet: 74, 58 and C0. RGB value is (116,88,192). Sum of RGB (Red+Green+Blue) = 116+88+192=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #7458C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458C0 is #8BA73F. Grayscale: #6B6B6B. Windows color (decimal): -9152320 or 12605556. OLE color: 12605556.

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

Color convert

RGB 116 88 192 -
CMYK 0.40 0.54 0 0.25
HSL 256.15º 0.45% 0.55% -
HSV(B) 256.15º 0.54% 0.75% -
XYZ 20.21 14.5 51.6 -
YUV 108.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 116 88 192 0.40 0.54 0 0.25 256.15 0.45 0.55
Hex 74 58 C0 28 36 0 19 100 2D 37
Octal 164 130 300 50 66 0 31 400 55 67
Binary 1110100 1011000 11000000 101000 110110 0 11001 100000000 101101 110111

Color Harmonies of #7458C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458C0

Black with #7458C0

Text Example


Text Example

White with #7458C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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