Html Css Color HEX #7458D7 Slate Blue

📋 copy color: '#7458D7'

red 116 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7458D7

Tints of Slate Blue #7458D7

RGB

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

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

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

R = 27.68%
G = 21%
B = 51.31%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7458D7 (or 0x7458D7) is known color: Slate Blue. HEX triplet: 74, 58 and D7. RGB value is (116,88,215). Sum of RGB (Red+Green+Blue) = 116+88+215=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #7458D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458D7 is #8BA728. Grayscale: #6E6E6E. Windows color (decimal): -9152297 or 14112884. OLE color: 14112884.

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

Color convert

RGB 116 88 215 -
CMYK 0.46 0.59 0 0.16
HSL 253.23º 0.61% 0.59% -
HSV(B) 253.23º 0.59% 0.84% -
XYZ 22.96 15.6 66.09 -
YUV 110.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 116 88 215 0.46 0.59 0 0.16 253.23 0.61 0.59
Hex 74 58 D7 2E 3B 0 10 FD 3D 3B
Octal 164 130 327 56 73 0 20 375 75 73
Binary 1110100 1011000 11010111 101110 111011 0 10000 11111101 111101 111011

Color Harmonies of #7458D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458D7

Black with #7458D7

Text Example


Text Example

White with #7458D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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