#734FCE

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

Shades of Slate Blue #734FCE

Tints of Slate Blue #734FCE

Color information

#734FCE (or 0x734FCE) is unknown color: approx Slate Blue. HEX triplet: 73, 4F and CE. RGB value is (115,79,206). Sum of RGB (Red+Green+Blue) = 115+79+206=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #734FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FCE is #8CB031. Grayscale: #676767. Windows color (decimal): -9220146 or 13520755. OLE color: 13520755.

HSL color Cylindrical-coordinate representation of color #734FCE: hue angle of 257.01º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734FCE is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11579206-
CMYK0.440.6200.19
HSL257.01º56.44%55.88%-
HSV(B)257.01º61.65%80.78%-
XYZ21.0113.6959.93-
YUV104.24185.43135.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=28.75%
G=19.75%
B=51.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115792060.440.6200.19257.0156.4455.88
Hex734FCE2C3E0131013838
Octal16311731654760234017070
Binary1110011100111111001110101100111110010011100000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734FCE; }

 p { color: rgb(115,79,206); }

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

<style>
 a { background-color: #734FCE; }

 a { background-color: rgb(115,79,206); }

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

<style>
 span { border-color: #734FCE; }

 span { border-color: rgb(115,79,206); }

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