Html Css Color HEX #7E58CC Slate Blue

📋 copy color: '#7E58CC'

red 126 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #7E58CC

Tints of Slate Blue #7E58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 30.14%
G = 21.05%
B = 48.8%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E58CC (or 0x7E58CC) is known color: Slate Blue. HEX triplet: 7E, 58 and CC. RGB value is (126,88,204). Sum of RGB (Red+Green+Blue) = 126+88+204=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E58CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58CC is #81A733. Grayscale: #707070. Windows color (decimal): -8496948 or 13391998. OLE color: 13391998.

HSL color Cylindrical-coordinate representation of color #7E58CC: hue angle of 259.66º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E58CC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 88 204 -
CMYK 0.38 0.57 0 0.2
HSL 259.66º 0.53% 0.57% -
HSV(B) 259.66º 0.57% 0.8% -
XYZ 22.99 15.77 58.96 -
YUV 112.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 126 88 204 0.38 0.57 0 0.2 259.66 0.53 0.57
Hex 7E 58 CC 26 39 0 14 104 35 39
Octal 176 130 314 46 71 0 24 404 65 71
Binary 1111110 1011000 11001100 100110 111001 0 10100 100000100 110101 111001

Color Harmonies of #7E58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58CC

Black with #7E58CC

Text Example


Text Example

White with #7E58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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