Html Css Color HEX #7458D2 Slate Blue

📋 copy color: '#7458D2'

red 116 ◦ green 88 ◦ blue 210

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

Shades of Slate Blue #7458D2

Tints of Slate Blue #7458D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.72%

R = 28.02%
G = 21.26%
B = 50.72%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7458D2 (or 0x7458D2) is known color: Slate Blue. HEX triplet: 74, 58 and D2. RGB value is (116,88,210). Sum of RGB (Red+Green+Blue) = 116+88+210=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #7458D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458D2 is #8BA72D. Grayscale: #6D6D6D. Windows color (decimal): -9152302 or 13785204. OLE color: 13785204.

HSL color Cylindrical-coordinate representation of color #7458D2: hue angle of 253.77º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7458D2 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 88 210 -
CMYK 0.45 0.58 0 0.18
HSL 253.77º 0.58% 0.58% -
HSV(B) 253.77º 0.58% 0.82% -
XYZ 22.33 15.35 62.76 -
YUV 110.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 116 88 210 0.45 0.58 0 0.18 253.77 0.58 0.58
Hex 74 58 D2 2D 3A 0 12 FE 3A 3A
Octal 164 130 322 55 72 0 22 376 72 72
Binary 1110100 1011000 11010010 101101 111010 0 10010 11111110 111010 111010

Color Harmonies of #7458D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458D2

Black with #7458D2

Text Example


Text Example

White with #7458D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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