Html Css Color HEX #7B4CDF Slate Blue

📋 copy color: '#7B4CDF'

red 123 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #7B4CDF

Tints of Slate Blue #7B4CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 29.15%
G = 18.01%
B = 52.84%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B4CDF (or 0x7B4CDF) is known color: Slate Blue. HEX triplet: 7B, 4C and DF. RGB value is (123,76,223). Sum of RGB (Red+Green+Blue) = 123+76+223=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CDF is #84B320. Grayscale: #6A6A6A. Windows color (decimal): -8696609 or 14634107. OLE color: 14634107.

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

Color convert

RGB 123 76 223 -
CMYK 0.45 0.66 0 0.13
HSL 259.18º 0.7% 0.59% -
HSV(B) 259.18º 0.66% 0.87% -
XYZ 24.07 14.71 71.38 -
YUV 106.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 123 76 223 0.45 0.66 0 0.13 259.18 0.7 0.59
Hex 7B 4C DF 2D 42 0 D 103 46 3B
Octal 173 114 337 55 102 0 15 403 106 73
Binary 1111011 1001100 11011111 101101 1000010 0 1101 100000011 1000110 111011

Color Harmonies of #7B4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CDF

Black with #7B4CDF

Text Example


Text Example

White with #7B4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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