#754ADC

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

Shades of Slate Blue #754ADC

Tints of Slate Blue #754ADC

Color information

#754ADC (or 0x754ADC) is unknown color: approx Slate Blue. HEX triplet: 75, 4A and DC. RGB value is (117,74,220). Sum of RGB (Red+Green+Blue) = 117+74+220=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #754ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADC is #8AB523. Grayscale: #666666. Windows color (decimal): -9090340 or 14436981. OLE color: 14436981.

HSL color Cylindrical-coordinate representation of color #754ADC: hue angle of 257.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754ADC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11774220-
CMYK0.470.6600.14
HSL257.67º67.59%57.65%-
HSV(B)257.67º66.36%86.27%-
XYZ22.713.8569.19-
YUV103.5193.75137.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=28.47%
G=18.00%
B=53.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117742200.470.6600.14257.6767.5957.65
Hex754ADC2F420E102443a
Octal1651123345710201640210472
Binary11101011001010110111001011111000010011101000000101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754ADC; }

 p { color: rgb(117,74,220); }

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

<style>
 a { background-color: #754ADC; }

 a { background-color: rgb(117,74,220); }

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

<style>
 span { border-color: #754ADC; }

 span { border-color: rgb(117,74,220); }

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