#715FCB

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

Shades of Slate Blue #715FCB

Tints of Slate Blue #715FCB

Color information

#715FCB (or 0x715FCB) is unknown color: approx Slate Blue. HEX triplet: 71, 5F and CB. RGB value is (113,95,203). Sum of RGB (Red+Green+Blue) = 113+95+203=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #715FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FCB is #8EA034. Grayscale: #707070. Windows color (decimal): -9347125 or 13328241. OLE color: 13328241.

HSL color Cylindrical-coordinate representation of color #715FCB: hue angle of 250º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715FCB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11395203-
CMYK0.440.5300.20
HSL250º50.94%58.43%-
HSV(B)250º53.2%79.61%-
XYZ21.6816.0158.45-
YUV112.69178.96128.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=27.49%
G=23.11%
B=49.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113952030.440.5300.2025050.9458.43
Hex715FCB2C35014fa333a
Octal16113731354650243726372
Binary111000110111111100101110110011010101010011111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715FCB; }

 p { color: rgb(113,95,203); }

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

<style>
 a { background-color: #715FCB; }

 a { background-color: rgb(113,95,203); }

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

<style>
 span { border-color: #715FCB; }

 span { border-color: rgb(113,95,203); }

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