#7551dd

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

Shades of Slate Blue #7551DD

Tints of Slate Blue #7551DD

Color information

#7551DD (or 0x7551DD) is unknown color: approx Slate Blue. HEX triplet: 75, 51 and DD. RGB value is (117,81,221). Sum of RGB (Red+Green+Blue) = 117+81+221=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #7551DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551DD is #8AAE22. Grayscale: #6B6B6B. Windows color (decimal): -9088547 or 14504309. OLE color: 14504309.

HSL color Cylindrical-coordinate representation of color #7551DD: hue angle of 255.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7551DD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11781221-
CMYK0.470.6300.13
HSL255.43º67.31%59.22%-
HSV(B)255.43º63.35%86.67%-
XYZ23.3314.8970.05-
YUV107.72191.93134.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=27.92%
G=19.33%
B=52.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117812210.470.6300.13255.4367.3159.22
Hex7551DD2F3F0Dff433b
Octal165121335577701537710373
Binary111010110100011101110110111111111101101111111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7551dd; }

 p { color: rgb(117,81,221); }

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

<style>
 a { background-color: #7551dd; }

 a { background-color: rgb(117,81,221); }

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

<style>
 span { border-color: #7551dd; }

 span { border-color: rgb(117,81,221); }

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