Html Css Color HEX #7B4FDA Slate Blue

📋 copy color: '#7B4FDA'

red 123 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #7B4FDA

Tints of Slate Blue #7B4FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.81%

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

R = 29.29%
G = 18.81%
B = 51.9%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B4FDA (or 0x7B4FDA) is known color: Slate Blue. HEX triplet: 7B, 4F and DA. RGB value is (123,79,218). Sum of RGB (Red+Green+Blue) = 123+79+218=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B4FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FDA is #84B025. Grayscale: #6B6B6B. Windows color (decimal): -8695846 or 14307195. OLE color: 14307195.

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

Color convert

RGB 123 79 218 -
CMYK 0.44 0.64 0 0.15
HSL 258.99º 0.65% 0.58% -
HSV(B) 258.99º 0.64% 0.85% -
XYZ 23.62 14.86 67.95 -
YUV 108 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 123 79 218 0.44 0.64 0 0.15 258.99 0.65 0.58
Hex 7B 4F DA 2C 40 0 F 103 41 3A
Octal 173 117 332 54 100 0 17 403 101 72
Binary 1111011 1001111 11011010 101100 1000000 0 1111 100000011 1000001 111010

Color Harmonies of #7B4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4FDA

Black with #7B4FDA

Text Example


Text Example

White with #7B4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,79,218); }

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

background-color css

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

 a { background-color: rgb(123,79,218); }

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

border-color css

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

 span { border-color: rgb(123,79,218); }

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