#714BC7

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

Shades of Slate Blue #714BC7

Tints of Slate Blue #714BC7

Color information

#714BC7 (or 0x714BC7) is unknown color: approx Slate Blue. HEX triplet: 71, 4B and C7. RGB value is (113,75,199). Sum of RGB (Red+Green+Blue) = 113+75+199=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #714BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BC7 is #8EB438. Grayscale: #646464. Windows color (decimal): -9352249 or 13060977. OLE color: 13060977.

HSL color Cylindrical-coordinate representation of color #714BC7: hue angle of 258.39º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714BC7 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11375199-
CMYK0.430.6200.22
HSL258.39º52.54%53.73%-
HSV(B)258.39º62.31%78.04%-
XYZ19.6312.6755.44-
YUV100.5183.59136.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=29.20%
G=19.38%
B=51.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113751990.430.6200.22258.3952.5453.73
Hex714BC72B3E0161023536
Octal16111330753760264026566
Binary1110001100101111000111101011111110010110100000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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