#7B54DB

Color #7B54DB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7B54DB

Tints of Slate Blue #7B54DB

Color information

#7B54DB (or 0x7B54DB) is unknown color: approx Slate Blue. HEX triplet: 7B, 54 and DB. RGB value is (123,84,219). Sum of RGB (Red+Green+Blue) = 123+84+219=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B54DB is #84AB24. Grayscale: #6E6E6E. Windows color (decimal): -8694565 or 14374011. OLE color: 14374011.

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

Color convert

RGB12384219-
CMYK0.440.6200.14
HSL257.33º65.22%59.41%-
HSV(B)257.33º61.64%85.88%-
XYZ24.1215.6768.77-
YUV111.05188.92136.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.87%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 219 (85.94% from 255) = 51.41%
R=28.87%
G=19.72%
B=51.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal123842190.440.6200.14257.3365.2259.41
Hex7B54DB2C3E0E101413b
Octal173124333547601640110173
Binary1111011101010011011011101100111110011101000000011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B54DB;
 }
 .AnyTagClassName
 {
   color: #7B54DB;
 }
</style>
background-color css

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

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

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

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

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

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