#754BCF

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

Shades of Slate Blue #754BCF

Tints of Slate Blue #754BCF

Color information

#754BCF (or 0x754BCF) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and CF. RGB value is (117,75,207). Sum of RGB (Red+Green+Blue) = 117+75+207=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #754BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCF is #8AB430. Grayscale: #666666. Windows color (decimal): -9090097 or 13585269. OLE color: 13585269.

HSL color Cylindrical-coordinate representation of color #754BCF: hue angle of 259.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754BCF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11775207-
CMYK0.430.6400.19
HSL259.09º57.89%55.29%-
HSV(B)259.09º63.77%81.18%-
XYZ21.1113.3260.49-
YUV102.61186.91138.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=29.32%
G=18.80%
B=51.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117752070.430.6400.19259.0957.8955.29
Hex754BCF2B400131033a37
Octal165113317531000234037267
Binary11101011001011110011111010111000000010011100000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,207); }

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

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

 a { background-color: rgb(117,75,207); }

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

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

 span { border-color: rgb(117,75,207); }

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