#7E67FB

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

Shades of Light Slate Blue #7E67FB

Tints of Light Slate Blue #7E67FB

Color information

#7E67FB (or 0x7E67FB) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 67 and FB. RGB value is (126,103,251). Sum of RGB (Red+Green+Blue) = 126+103+251=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E67FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E67FB is #819804. Grayscale: #7E7E7E. Windows color (decimal): -8493061 or 16476030. OLE color: 16476030.

HSL color Cylindrical-coordinate representation of color #7E67FB: hue angle of 249.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E67FB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126103251-
CMYK0.500.5900.02
HSL249.32º94.87%69.41%-
HSV(B)249.32º58.96%98.43%-
XYZ30.8721.193.71-
YUV126.75198.12127.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=26.25%
G=21.46%
B=52.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261032510.500.5900.02249.3294.8769.41
Hex7E67FB323B02f95f45
Octal176147373627302371137105
Binary11111101100111111110111100101110110101111100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E67FB; }

 p { color: rgb(126,103,251); }

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

<style>
 a { background-color: #7E67FB; }

 a { background-color: rgb(126,103,251); }

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

<style>
 span { border-color: #7E67FB; }

 span { border-color: rgb(126,103,251); }

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