#7256CB

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

Shades of Slate Blue #7256CB

Tints of Slate Blue #7256CB

Color information

#7256CB (or 0x7256CB) is unknown color: approx Slate Blue. HEX triplet: 72, 56 and CB. RGB value is (114,86,203). Sum of RGB (Red+Green+Blue) = 114+86+203=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7256CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256CB is #8DA934. Grayscale: #6B6B6B. Windows color (decimal): -9283893 or 13325938. OLE color: 13325938.

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

Color convert

RGB11486203-
CMYK0.440.5800.20
HSL254.36º52.94%56.67%-
HSV(B)254.36º57.64%79.61%-
XYZ21.0514.5458.2-
YUV107.71181.78132.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=28.29%
G=21.34%
B=50.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114862030.440.5800.20254.3652.9456.67
Hex7256CB2C3A014fe3539
Octal16212631354720243766571
Binary111001010101101100101110110011101001010011111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7256CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7256CB; }

 p { color: rgb(114,86,203); }

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

<style>
 a { background-color: #7256CB; }

 a { background-color: rgb(114,86,203); }

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

<style>
 span { border-color: #7256CB; }

 span { border-color: rgb(114,86,203); }

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