#714BE1

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

Shades of Slate Blue #714BE1

Tints of Slate Blue #714BE1

Color information

#714BE1 (or 0x714BE1) is unknown color: approx Slate Blue. HEX triplet: 71, 4B and E1. RGB value is (113,75,225). Sum of RGB (Red+Green+Blue) = 113+75+225=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #714BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BE1 is #8EB41E. Grayscale: #666666. Windows color (decimal): -9352223 or 14764913. OLE color: 14764913.

HSL color Cylindrical-coordinate representation of color #714BE1: hue angle of 255.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714BE1 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11375225-
CMYK0.500.6700.12
HSL255.2º71.43%58.82%-
HSV(B)255.2º66.67%88.24%-
XYZ22.9213.9872.72-
YUV103.46196.59134.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=27.36%
G=18.16%
B=54.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113752250.500.6700.12255.271.4358.82
Hex714BE132430Cff473b
Octal1611133416210301437710773
Binary1110001100101111100001110010100001101100111111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,225); }

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

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

 a { background-color: rgb(113,75,225); }

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

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

 span { border-color: rgb(113,75,225); }

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