Html Css Color HEX #7B5ECE Slate Blue

📋 copy color: '#7B5ECE'

red 123 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #7B5ECE

Tints of Slate Blue #7B5ECE

RGB

 RED value IS 123 (48.44% from 255) = 29.08%

 GREEN value IS 94 (37.11% from 255) = 22.22%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 29.08%
G = 22.22%
B = 48.7%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B5ECE (or 0x7B5ECE) is known color: Slate Blue. HEX triplet: 7B, 5E and CE. RGB value is (123,94,206). Sum of RGB (Red+Green+Blue) = 123+94+206=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ECE is #84A131. Grayscale: #737373. Windows color (decimal): -8692018 or 13524603. OLE color: 13524603.

HSL color Cylindrical-coordinate representation of color #7B5ECE: hue angle of 255.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5ECE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 94 206 -
CMYK 0.40 0.54 0 0.19
HSL 255.54º 0.53% 0.59% -
HSV(B) 255.54º 0.54% 0.81% -
XYZ 23.31 16.67 60.38 -
YUV 115.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 123 94 206 0.40 0.54 0 0.19 255.54 0.53 0.59
Hex 7B 5E CE 28 36 0 13 100 35 3B
Octal 173 136 316 50 66 0 23 400 65 73
Binary 1111011 1011110 11001110 101000 110110 0 10011 100000000 110101 111011

Color Harmonies of #7B5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ECE

Black with #7B5ECE

Text Example


Text Example

White with #7B5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,94,206); }

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

background-color css

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

 a { background-color: rgb(123,94,206); }

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

border-color css

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

 span { border-color: rgb(123,94,206); }

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