Html Css Color HEX #7B4CDD Slate Blue

📋 copy color: '#7B4CDD'

red 123 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #7B4CDD

Tints of Slate Blue #7B4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

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

R = 29.29%
G = 18.1%
B = 52.62%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B4CDD (or 0x7B4CDD) is known color: Slate Blue. HEX triplet: 7B, 4C and DD. RGB value is (123,76,221). Sum of RGB (Red+Green+Blue) = 123+76+221=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B4CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CDD is #84B322. Grayscale: #6A6A6A. Windows color (decimal): -8696611 or 14503035. OLE color: 14503035.

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

Color convert

RGB 123 76 221 -
CMYK 0.44 0.66 0 0.13
HSL 259.45º 0.68% 0.58% -
HSV(B) 259.45º 0.66% 0.87% -
XYZ 23.8 14.6 69.97 -
YUV 106.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 123 76 221 0.44 0.66 0 0.13 259.45 0.68 0.58
Hex 7B 4C DD 2C 42 0 D 103 44 3A
Octal 173 114 335 54 102 0 15 403 104 72
Binary 1111011 1001100 11011101 101100 1000010 0 1101 100000011 1000100 111010

Color Harmonies of #7B4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CDD

Black with #7B4CDD

Text Example


Text Example

White with #7B4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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