#7B5ACC

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

Shades of Slate Blue #7B5ACC

Tints of Slate Blue #7B5ACC

Color information

#7B5ACC (or 0x7B5ACC) is unknown color: approx Slate Blue. HEX triplet: 7B, 5A and CC. RGB value is (123,90,204). Sum of RGB (Red+Green+Blue) = 123+90+204=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ACC is #84A533. Grayscale: #707070. Windows color (decimal): -8693044 or 13392507. OLE color: 13392507.

HSL color Cylindrical-coordinate representation of color #7B5ACC: hue angle of 257.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5ACC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12390204-
CMYK0.400.5600.2
HSL257.37º52.78%57.65%-
HSV(B)257.37º55.88%80%-
XYZ22.7215.8858.99-
YUV112.86179.43135.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.50%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=29.50%
G=21.58%
B=48.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123902040.400.5600.2257.3752.7857.65
Hex7B5ACC2838014101353a
Octal17313231450700244016572
Binary1111011101101011001100101000111000010100100000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,90,204); }

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

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

 a { background-color: rgb(123,90,204); }

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

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

 span { border-color: rgb(123,90,204); }

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