Html Css Color HEX #7B48DB Slate Blue

📋 copy color: '#7B48DB'

red 123 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #7B48DB

Tints of Slate Blue #7B48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 29.71%
G = 17.39%
B = 52.9%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B48DB (or 0x7B48DB) is known color: Slate Blue. HEX triplet: 7B, 48 and DB. RGB value is (123,72,219). Sum of RGB (Red+Green+Blue) = 123+72+219=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B48DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48DB is #84B724. Grayscale: #676767. Windows color (decimal): -8697637 or 14370939. OLE color: 14370939.

HSL color Cylindrical-coordinate representation of color #7B48DB: hue angle of 260.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B48DB is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 72 219 -
CMYK 0.44 0.67 0 0.14
HSL 260.82º 0.67% 0.57% -
HSV(B) 260.82º 0.67% 0.86% -
XYZ 23.27 13.96 68.49 -
YUV 104.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 123 72 219 0.44 0.67 0 0.14 260.82 0.67 0.57
Hex 7B 48 DB 2C 43 0 E 105 43 39
Octal 173 110 333 54 103 0 16 405 103 71
Binary 1111011 1001000 11011011 101100 1000011 0 1110 100000101 1000011 111001

Color Harmonies of #7B48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B48DB

Black with #7B48DB

Text Example


Text Example

White with #7B48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,72,219); }

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

background-color css

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

 a { background-color: rgb(123,72,219); }

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

border-color css

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

 span { border-color: rgb(123,72,219); }

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