#7268CD

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

Shades of Slate Blue #7268CD

Tints of Slate Blue #7268CD

Color information

#7268CD (or 0x7268CD) is unknown color: approx Slate Blue. HEX triplet: 72, 68 and CD. RGB value is (114,104,205). Sum of RGB (Red+Green+Blue) = 114+104+205=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7268CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268CD is #8D9732. Grayscale: #767676. Windows color (decimal): -9279283 or 13461618. OLE color: 13461618.

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

Color convert

RGB114104205-
CMYK0.440.4900.20
HSL245.94º50.25%60.59%-
HSV(B)245.94º49.27%80.39%-
XYZ22.9117.8960-
YUV118.5176.81124.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=26.95%
G=24.59%
B=48.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141042050.440.4900.20245.9450.2560.59
Hex7268CD2C31014f6323d
Octal16215031554610243666275
Binary111001011010001100110110110011000101010011110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7268CD; }

 p { color: rgb(114,104,205); }

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

<style>
 a { background-color: #7268CD; }

 a { background-color: rgb(114,104,205); }

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

<style>
 span { border-color: #7268CD; }

 span { border-color: rgb(114,104,205); }

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