#7878FF

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

Shades of Light Slate Blue #7878FF

Tints of Light Slate Blue #7878FF

Color information

#7878FF (or 0x7878FF) is unknown color: approx Light Slate Blue. HEX triplet: 78, 78 and FF. RGB value is (120,120,255). Sum of RGB (Red+Green+Blue) = 120+120+255=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #7878FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7878FF is #878700. Grayscale: #868686. Windows color (decimal): -8881921 or 16742520. OLE color: 16742520.

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

Color convert

RGB120120255-
CMYK0.530.5300
HSL240º100%73.53%-
HSV(B)240º52.94%100%-
XYZ32.5124.6597.65-
YUV135.39195.5117.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 255 (100% from 255) = 51.52%
R=24.24%
G=24.24%
B=51.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201202550.530.530024010073.53
Hex7878FF353500f0644a
Octal170170377656500360144112
Binary1111000111100011111111110101110101001111000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7878FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,120,255); }

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

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

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

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

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

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

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