#7278FD

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

Shades of Light Slate Blue #7278FD

Tints of Light Slate Blue #7278FD

Color information

#7278FD (or 0x7278FD) is unknown color: approx Light Slate Blue. HEX triplet: 72, 78 and FD. RGB value is (114,120,253). Sum of RGB (Red+Green+Blue) = 114+120+253=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #7278FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7278FD is #8D8702. Grayscale: #848484. Windows color (decimal): -9275139 or 16611442. OLE color: 16611442.

HSL color Cylindrical-coordinate representation of color #7278FD: hue angle of 237.41º 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 #7278FD is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114120253-
CMYK0.550.5300.01
HSL237.41º97.2%71.96%-
HSV(B)237.41º54.94%99.22%-
XYZ31.3924.195.93-
YUV133.37195.51114.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=23.41%
G=24.64%
B=51.95%

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
Decimal1141202530.550.5300.01237.4197.271.96
Hex7278FD373501ed6148
Octal162170375676501355141110
Binary1110010111100011111101110111110101011110110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7278FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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