#7263CB

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

Shades of Slate Blue #7263CB

Tints of Slate Blue #7263CB

Color information

#7263CB (or 0x7263CB) is unknown color: approx Slate Blue. HEX triplet: 72, 63 and CB. RGB value is (114,99,203). Sum of RGB (Red+Green+Blue) = 114+99+203=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7263CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263CB is #8D9C34. Grayscale: #727272. Windows color (decimal): -9280565 or 13329266. OLE color: 13329266.

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

Color convert

RGB11499203-
CMYK0.440.5100.20
HSL248.65º50%59.22%-
HSV(B)248.65º51.23%79.61%-
XYZ22.1816.8158.58-
YUV115.34177.47127.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=27.40%
G=23.80%
B=48.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114992030.440.5100.20248.655059.22
Hex7263CB2C33014f9323b
Octal16214331354630243716273
Binary111001011000111100101110110011001101010011111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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