#767AF5

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

Shades of Light Slate Blue #767AF5

Tints of Light Slate Blue #767AF5

Color information

#767AF5 (or 0x767AF5) is unknown color: approx Light Slate Blue. HEX triplet: 76, 7A and F5. RGB value is (118,122,245). Sum of RGB (Red+Green+Blue) = 118+122+245=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #767AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767AF5 is #89850A. Grayscale: #868686. Windows color (decimal): -9012491 or 16087670. OLE color: 16087670.

HSL color Cylindrical-coordinate representation of color #767AF5: hue angle of 238.11º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767AF5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118122245-
CMYK0.520.5000.04
HSL238.11º86.39%71.18%-
HSV(B)238.11º51.84%96.08%-
XYZ30.9124.3689.46-
YUV134.83190.17116-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 245 (96.09% from 255) = 50.52%
R=24.33%
G=25.15%
B=50.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181222450.520.5000.04238.1186.3971.18
Hex767AF5343204ee5647
Octal166172365646204356126107
Binary111011011110101111010111010011001001001110111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,245); }

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

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

 a { background-color: rgb(118,122,245); }

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

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

 span { border-color: rgb(118,122,245); }

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