#7277FD

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

Shades of Light Slate Blue #7277FD

Tints of Light Slate Blue #7277FD

Color information

#7277FD (or 0x7277FD) is unknown color: approx Light Slate Blue. HEX triplet: 72, 77 and FD. RGB value is (114,119,253). Sum of RGB (Red+Green+Blue) = 114+119+253=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #7277FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7277FD is #8D8802. Grayscale: #848484. Windows color (decimal): -9275395 or 16611186. OLE color: 16611186.

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

Color convert

RGB114119253-
CMYK0.550.5300.01
HSL237.84º97.2%71.96%-
HSV(B)237.84º54.94%99.22%-
XYZ31.2723.8695.89-
YUV132.78195.84114.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=23.46%
G=24.49%
B=52.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141192530.550.5300.01237.8497.271.96
Hex7277FD373501ee6148
Octal162167375676501356141110
Binary1110010111011111111101110111110101011110111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7277FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7277FD; }

 p { color: rgb(114,119,253); }

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

<style>
 a { background-color: #7277FD; }

 a { background-color: rgb(114,119,253); }

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

<style>
 span { border-color: #7277FD; }

 span { border-color: rgb(114,119,253); }

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