#767EFC

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

Shades of Light Slate Blue #767EFC

Tints of Light Slate Blue #767EFC

Color information

#767EFC (or 0x767EFC) is unknown color: approx Light Slate Blue. HEX triplet: 76, 7E and FC. RGB value is (118,126,252). Sum of RGB (Red+Green+Blue) = 118+126+252=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #767EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EFC is #898103. Grayscale: #898989. Windows color (decimal): -9011460 or 16547446. OLE color: 16547446.

HSL color Cylindrical-coordinate representation of color #767EFC: hue angle of 236.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767EFC is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118126252-
CMYK0.530.500.01
HSL236.42º95.71%72.55%-
HSV(B)236.42º53.17%98.82%-
XYZ32.525.895.36-
YUV137.97192.35113.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=23.79%
G=25.40%
B=50.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181262520.530.500.01236.4295.7172.55
Hex767EFC353201ec6049
Octal166176374656201354140111
Binary1110110111111011111100110101110010011110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767EFC; }

 p { color: rgb(118,126,252); }

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

<style>
 a { background-color: #767EFC; }

 a { background-color: rgb(118,126,252); }

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

<style>
 span { border-color: #767EFC; }

 span { border-color: rgb(118,126,252); }

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