Html Css Color HEX #7B4EDD Slate Blue

📋 copy color: '#7B4EDD'

red 123 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #7B4EDD

Tints of Slate Blue #7B4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 29.15%
G = 18.48%
B = 52.37%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B4EDD (or 0x7B4EDD) is known color: Slate Blue. HEX triplet: 7B, 4E and DD. RGB value is (123,78,221). Sum of RGB (Red+Green+Blue) = 123+78+221=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4EDD is #84B122. Grayscale: #6B6B6B. Windows color (decimal): -8696099 or 14503547. OLE color: 14503547.

HSL color Cylindrical-coordinate representation of color #7B4EDD: hue angle of 258.88º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B4EDD is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 78 221 -
CMYK 0.44 0.65 0 0.13
HSL 258.88º 0.68% 0.59% -
HSV(B) 258.88º 0.65% 0.87% -
XYZ 23.94 14.88 70.02 -
YUV 107.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 123 78 221 0.44 0.65 0 0.13 258.88 0.68 0.59
Hex 7B 4E DD 2C 41 0 D 103 44 3B
Octal 173 116 335 54 101 0 15 403 104 73
Binary 1111011 1001110 11011101 101100 1000001 0 1101 100000011 1000100 111011

Color Harmonies of #7B4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4EDD

Black with #7B4EDD

Text Example


Text Example

White with #7B4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,78,221); }

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

background-color css

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

 a { background-color: rgb(123,78,221); }

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

border-color css

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

 span { border-color: rgb(123,78,221); }

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