#767AFD

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

Shades of Light Slate Blue #767AFD

Tints of Light Slate Blue #767AFD

Color information

#767AFD (or 0x767AFD) is unknown color: approx Light Slate Blue. HEX triplet: 76, 7A and FD. RGB value is (118,122,253). Sum of RGB (Red+Green+Blue) = 118+122+253=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #767AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767AFD is #898502. Grayscale: #878787. Windows color (decimal): -9012483 or 16611958. OLE color: 16611958.

HSL color Cylindrical-coordinate representation of color #767AFD: hue angle of 238.22º degrees, saturation: 0.97, 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 #767AFD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118122253-
CMYK0.530.5200.01
HSL238.22º97.12%72.75%-
HSV(B)238.22º53.36%99.22%-
XYZ32.1624.8696.03-
YUV135.74194.17115.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=23.94%
G=24.75%
B=51.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181222530.530.5200.01238.2297.1272.75
Hex767AFD353401ee6149
Octal166172375656401356141111
Binary1110110111101011111101110101110100011110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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