#734BCC

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

Shades of Slate Blue #734BCC

Tints of Slate Blue #734BCC

Color information

#734BCC (or 0x734BCC) is unknown color: approx Slate Blue. HEX triplet: 73, 4B and CC. RGB value is (115,75,204). Sum of RGB (Red+Green+Blue) = 115+75+204=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #734BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BCC is #8CB433. Grayscale: #656565. Windows color (decimal): -9221172 or 13388659. OLE color: 13388659.

HSL color Cylindrical-coordinate representation of color #734BCC: hue angle of 258.6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734BCC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11575204-
CMYK0.440.6300.2
HSL258.6º55.84%54.71%-
HSV(B)258.6º63.24%80%-
XYZ20.4913.0458.56-
YUV101.67185.75137.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=29.19%
G=19.04%
B=51.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115752040.440.6300.2258.655.8454.71
Hex734BCC2C3F0141033837
Octal16311331454770244037067
Binary1110011100101111001100101100111111010100100000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,204); }

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

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

 a { background-color: rgb(115,75,204); }

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

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

 span { border-color: rgb(115,75,204); }

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