#7851D5

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

Shades of Slate Blue #7851D5

Tints of Slate Blue #7851D5

Color information

#7851D5 (or 0x7851D5) is unknown color: approx Slate Blue. HEX triplet: 78, 51 and D5. RGB value is (120,81,213). Sum of RGB (Red+Green+Blue) = 120+81+213=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #7851D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851D5 is #87AE2A. Grayscale: #6B6B6B. Windows color (decimal): -8891947 or 13980024. OLE color: 13980024.

HSL color Cylindrical-coordinate representation of color #7851D5: hue angle of 257.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7851D5 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12081213-
CMYK0.440.6200.16
HSL257.73º61.11%57.65%-
HSV(B)257.73º61.97%83.53%-
XYZ22.714.6864.59-
YUV107.71187.42136.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=28.99%
G=19.57%
B=51.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120812130.440.6200.16257.7361.1157.65
Hex7851D52C3E0101023d3a
Octal17012132554760204027572
Binary1111000101000111010101101100111110010000100000010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7851D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7851D5; }

 p { color: rgb(120,81,213); }

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

<style>
 a { background-color: #7851D5; }

 a { background-color: rgb(120,81,213); }

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

<style>
 span { border-color: #7851D5; }

 span { border-color: rgb(120,81,213); }

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