#7B5FD4

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

Shades of Slate Blue #7B5FD4

Tints of Slate Blue #7B5FD4

Color information

#7B5FD4 (or 0x7B5FD4) is unknown color: approx Slate Blue. HEX triplet: 7B, 5F and D4. RGB value is (123,95,212). Sum of RGB (Red+Green+Blue) = 123+95+212=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B5FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FD4 is #84A02B. Grayscale: #747474. Windows color (decimal): -8691756 or 13918075. OLE color: 13918075.

HSL color Cylindrical-coordinate representation of color #7B5FD4: hue angle of 254.36º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5FD4 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12395212-
CMYK0.420.5500.17
HSL254.36º57.64%60.2%-
HSV(B)254.36º55.19%83.14%-
XYZ24.1417.1564.32-
YUV116.71181.78132.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=28.60%
G=22.09%
B=49.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal123952120.420.5500.17254.3657.6460.2
Hex7B5FD42A37011fe3a3c
Octal17313732452670213767274
Binary111101110111111101010010101011011101000111111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,212); }

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

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

 a { background-color: rgb(123,95,212); }

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

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

 span { border-color: rgb(123,95,212); }

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