#7B67D5

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

Shades of Slate Blue #7B67D5

Tints of Slate Blue #7B67D5

Color information

#7B67D5 (or 0x7B67D5) is unknown color: approx Slate Blue. HEX triplet: 7B, 67 and D5. RGB value is (123,103,213). Sum of RGB (Red+Green+Blue) = 123+103+213=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B67D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B67D5 is #84982A. Grayscale: #797979. Windows color (decimal): -8689707 or 13985659. OLE color: 13985659.

HSL color Cylindrical-coordinate representation of color #7B67D5: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B67D5 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB123103213-
CMYK0.420.5200.16
HSL250.91º56.7%61.96%-
HSV(B)250.91º51.64%83.53%-
XYZ25.0318.7265.24-
YUV121.52179.63129.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 213 (83.59% from 255) = 48.52%
R=28.02%
G=23.46%
B=48.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1231032130.420.5200.16250.9156.761.96
Hex7B67D52A34010fb393e
Octal17314732552640203737176
Binary111101111001111101010110101011010001000011111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,213); }

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

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

 a { background-color: rgb(123,103,213); }

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

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

 span { border-color: rgb(123,103,213); }

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