#7B54DC

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

Shades of Slate Blue #7B54DC

Tints of Slate Blue #7B54DC

Color information

#7B54DC (or 0x7B54DC) is unknown color: approx Slate Blue. HEX triplet: 7B, 54 and DC. RGB value is (123,84,220). Sum of RGB (Red+Green+Blue) = 123+84+220=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B54DC is #84AB23. Grayscale: #6E6E6E. Windows color (decimal): -8694564 or 14439547. OLE color: 14439547.

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

Color convert

RGB12384220-
CMYK0.440.6200.14
HSL257.21º66.02%59.61%-
HSV(B)257.21º61.82%86.27%-
XYZ24.2615.7269.47-
YUV111.16189.42136.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.81%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=28.81%
G=19.67%
B=51.52%

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
Decimal123842200.440.6200.14257.2166.0259.61
Hex7B54DC2C3E0E101423c
Octal173124334547601640110274
Binary1111011101010011011100101100111110011101000000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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