#7250CB

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

Shades of Slate Blue #7250CB

Tints of Slate Blue #7250CB

Color information

#7250CB (or 0x7250CB) is unknown color: approx Slate Blue. HEX triplet: 72, 50 and CB. RGB value is (114,80,203). Sum of RGB (Red+Green+Blue) = 114+80+203=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7250CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250CB is #8DAF34. Grayscale: #676767. Windows color (decimal): -9285429 or 13324402. OLE color: 13324402.

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

Color convert

RGB11480203-
CMYK0.440.6100.20
HSL256.59º54.19%55.49%-
HSV(B)256.59º60.59%79.61%-
XYZ20.5913.6358.05-
YUV104.19183.76135-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=28.72%
G=20.15%
B=51.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114802030.440.6100.20256.5954.1955.49
Hex7250CB2C3D0141013637
Octal16212031354750244016667
Binary1110010101000011001011101100111101010100100000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7250CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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