Html Css Color HEX #7E58D7 Slate Blue

📋 copy color: '#7E58D7'

red 126 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7E58D7

Tints of Slate Blue #7E58D7

RGB

 RED value IS 126 (49.61% from 255) = 29.37%

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

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

R = 29.37%
G = 20.51%
B = 50.12%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7E58D7 (or 0x7E58D7) is known color: Slate Blue. HEX triplet: 7E, 58 and D7. RGB value is (126,88,215). Sum of RGB (Red+Green+Blue) = 126+88+215=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #7E58D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58D7 is #81A728. Grayscale: #717171. Windows color (decimal): -8496937 or 14112894. OLE color: 14112894.

HSL color Cylindrical-coordinate representation of color #7E58D7: hue angle of 257.95º 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 #7E58D7 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 88 215 -
CMYK 0.41 0.59 0 0.16
HSL 257.95º 0.61% 0.59% -
HSV(B) 257.95º 0.59% 0.84% -
XYZ 24.36 16.32 66.16 -
YUV 113.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 126 88 215 0.41 0.59 0 0.16 257.95 0.61 0.59
Hex 7E 58 D7 29 3B 0 10 102 3D 3B
Octal 176 130 327 51 73 0 20 402 75 73
Binary 1111110 1011000 11010111 101001 111011 0 10000 100000010 111101 111011

Color Harmonies of #7E58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58D7

Black with #7E58D7

Text Example


Text Example

White with #7E58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E58D7; }

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

 H1.HeaderClassName
 {
   color: #7E58D7;
 }
 .AnyTagClassName
 {
   color: #7E58D7;
 }
</style>

background-color css

<style>
 a { background-color: #7E58D7; }

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

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

border-color css

<style>
 span { border-color: #7E58D7; }

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

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