#7255C5

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

Shades of Slate Blue #7255C5

Tints of Slate Blue #7255C5

Color information

#7255C5 (or 0x7255C5) is unknown color: approx Slate Blue. HEX triplet: 72, 55 and C5. RGB value is (114,85,197). Sum of RGB (Red+Green+Blue) = 114+85+197=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #7255C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255C5 is #8DAA3A. Grayscale: #6A6A6A. Windows color (decimal): -9284155 or 12932466. OLE color: 12932466.

HSL color Cylindrical-coordinate representation of color #7255C5: hue angle of 255.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7255C5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11485197-
CMYK0.420.5700.23
HSL255.54º49.12%55.29%-
HSV(B)255.54º56.85%77.25%-
XYZ20.2714.1154.48-
YUV106.44179.11133.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 197 (77.34% from 255) = 49.75%
R=28.79%
G=21.46%
B=49.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114851970.420.5700.23255.5449.1255.29
Hex7255C52A390171003137
Octal16212530552710274006167
Binary1110010101010111000101101010111001010111100000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7255C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7255C5; }

 p { color: rgb(114,85,197); }

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

<style>
 a { background-color: #7255C5; }

 a { background-color: rgb(114,85,197); }

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

<style>
 span { border-color: #7255C5; }

 span { border-color: rgb(114,85,197); }

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