Html Css Color HEX #7E5BDA Slate Blue

📋 copy color: '#7E5BDA'

red 126 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #7E5BDA

Tints of Slate Blue #7E5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 28.97%
G = 20.92%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E5BDA (or 0x7E5BDA) is known color: Slate Blue. HEX triplet: 7E, 5B and DA. RGB value is (126,91,218). Sum of RGB (Red+Green+Blue) = 126+91+218=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BDA is #81A425. Grayscale: #737373. Windows color (decimal): -8496166 or 14310270. OLE color: 14310270.

HSL color Cylindrical-coordinate representation of color #7E5BDA: hue angle of 256.54º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5BDA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 91 218 -
CMYK 0.42 0.58 0 0.15
HSL 256.54º 0.63% 0.61% -
HSV(B) 256.54º 0.58% 0.85% -
XYZ 25 16.98 68.29 -
YUV 115.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 126 91 218 0.42 0.58 0 0.15 256.54 0.63 0.61
Hex 7E 5B DA 2A 3A 0 F 101 3F 3D
Octal 176 133 332 52 72 0 17 401 77 75
Binary 1111110 1011011 11011010 101010 111010 0 1111 100000001 111111 111101

Color Harmonies of #7E5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5BDA

Black with #7E5BDA

Text Example


Text Example

White with #7E5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,91,218); }

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

background-color css

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

 a { background-color: rgb(126,91,218); }

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

border-color css

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

 span { border-color: rgb(126,91,218); }

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