#7268CC

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

Shades of Slate Blue #7268CC

Tints of Slate Blue #7268CC

Color information

#7268CC (or 0x7268CC) is unknown color: approx Slate Blue. HEX triplet: 72, 68 and CC. RGB value is (114,104,204). Sum of RGB (Red+Green+Blue) = 114+104+204=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7268CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268CC is #8D9733. Grayscale: #767676. Windows color (decimal): -9279284 or 13396082. OLE color: 13396082.

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

Color convert

RGB114104204-
CMYK0.440.4900.2
HSL246º49.5%60.39%-
HSV(B)246º49.02%80%-
XYZ22.7917.8459.37-
YUV118.39176.31124.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=27.01%
G=24.64%
B=48.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141042040.440.4900.224649.560.39
Hex7268CC2C31014f6323c
Octal16215031454610243666274
Binary111001011010001100110010110011000101010011110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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