#7279FF

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

Shades of Light Slate Blue #7279FF

Tints of Light Slate Blue #7279FF

Color information

#7279FF (or 0x7279FF) is unknown color: approx Light Slate Blue. HEX triplet: 72, 79 and FF. RGB value is (114,121,255). Sum of RGB (Red+Green+Blue) = 114+121+255=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #7279FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7279FF is #8D8600. Grayscale: #858585. Windows color (decimal): -9274881 or 16742770. OLE color: 16742770.

HSL color Cylindrical-coordinate representation of color #7279FF: hue angle of 237.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7279FF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114121255-
CMYK0.550.5300
HSL237.02º100%72.35%-
HSV(B)237.02º55.29%100%-
XYZ31.8324.4797.65-
YUV134.18196.18113.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 255 (100% from 255) = 52.04%
R=23.27%
G=24.69%
B=52.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141212550.550.5300237.0210072.35
Hex7279FF373500ed6448
Octal162171377676500355144110
Binary1110010111100111111111110111110101001110110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7279FF; }

 p { color: rgb(114,121,255); }

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

<style>
 a { background-color: #7279FF; }

 a { background-color: rgb(114,121,255); }

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

<style>
 span { border-color: #7279FF; }

 span { border-color: rgb(114,121,255); }

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