#714CD0

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

Shades of Slate Blue #714CD0

Tints of Slate Blue #714CD0

Color information

#714CD0 (or 0x714CD0) is unknown color: approx Slate Blue. HEX triplet: 71, 4C and D0. RGB value is (113,76,208). Sum of RGB (Red+Green+Blue) = 113+76+208=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #714CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CD0 is #8EB32F. Grayscale: #656565. Windows color (decimal): -9351984 or 13651057. OLE color: 13651057.

HSL color Cylindrical-coordinate representation of color #714CD0: hue angle of 256.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714CD0 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11376208-
CMYK0.460.6300.18
HSL256.82º58.41%55.69%-
HSV(B)256.82º63.46%81.57%-
XYZ20.7813.2361.13-
YUV102.11187.76135.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=28.46%
G=19.14%
B=52.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113762080.460.6300.18256.8258.4155.69
Hex714CD02E3F0121013a38
Octal16111432056770224017270
Binary1110001100110011010000101110111111010010100000001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714CD0; }

 p { color: rgb(113,76,208); }

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

<style>
 a { background-color: #714CD0; }

 a { background-color: rgb(113,76,208); }

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

<style>
 span { border-color: #714CD0; }

 span { border-color: rgb(113,76,208); }

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