#767BFC

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

Shades of Light Slate Blue #767BFC

Tints of Light Slate Blue #767BFC

Color information

#767BFC (or 0x767BFC) is unknown color: approx Light Slate Blue. HEX triplet: 76, 7B and FC. RGB value is (118,123,252). Sum of RGB (Red+Green+Blue) = 118+123+252=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #767BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BFC is #898403. Grayscale: #878787. Windows color (decimal): -9012228 or 16546678. OLE color: 16546678.

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

Color convert

RGB118123252-
CMYK0.530.5100.01
HSL237.76º95.71%72.55%-
HSV(B)237.76º53.17%98.82%-
XYZ32.1225.0595.24-
YUV136.21193.34115.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=23.94%
G=24.95%
B=51.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181232520.530.5100.01237.7695.7172.55
Hex767BFC353301ee6049
Octal166173374656301356140111
Binary1110110111101111111100110101110011011110111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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