Html Css Color HEX #7B48DD Slate Blue

📋 copy color: '#7B48DD'

red 123 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #7B48DD

Tints of Slate Blue #7B48DD

RGB

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

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

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

R = 29.57%
G = 17.31%
B = 53.13%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B48DD (or 0x7B48DD) is known color: Slate Blue. HEX triplet: 7B, 48 and DD. RGB value is (123,72,221). Sum of RGB (Red+Green+Blue) = 123+72+221=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B48DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48DD is #84B722. Grayscale: #676767. Windows color (decimal): -8697635 or 14502011. OLE color: 14502011.

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

Color convert

RGB 123 72 221 -
CMYK 0.44 0.67 0 0.13
HSL 260.54º 0.69% 0.57% -
HSV(B) 260.54º 0.67% 0.87% -
XYZ 23.54 14.07 69.88 -
YUV 104.24 193.9 141.38 -
System Red Green Blue C M Y K H S L
Decimal 123 72 221 0.44 0.67 0 0.13 260.54 0.69 0.57
Hex 7B 48 DD 2C 43 0 D 105 45 39
Octal 173 110 335 54 103 0 15 405 105 71
Binary 1111011 1001000 11011101 101100 1000011 0 1101 100000101 1000101 111001

Color Harmonies of #7B48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B48DD

Black with #7B48DD

Text Example


Text Example

White with #7B48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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