#7767C4

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

Shades of Slate Blue #7767C4

Tints of Slate Blue #7767C4

Color information

#7767C4 (or 0x7767C4) is unknown color: approx Slate Blue. HEX triplet: 77, 67 and C4. RGB value is (119,103,196). Sum of RGB (Red+Green+Blue) = 119+103+196=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #7767C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767C4 is #88983B. Grayscale: #767676. Windows color (decimal): -8951868 or 12871543. OLE color: 12871543.

HSL color Cylindrical-coordinate representation of color #7767C4: hue angle of 250.32º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7767C4 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119103196-
CMYK0.390.4700.23
HSL250.32º44.08%58.63%-
HSV(B)250.32º47.45%76.86%-
XYZ22.4217.6154.44-
YUV118.39171.8128.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=28.47%
G=24.64%
B=46.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191031960.390.4700.23250.3244.0858.63
Hex7767C4272F017fa2c3b
Octal16714730447570273725473
Binary111011111001111100010010011110111101011111111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7767C4; }

 p { color: rgb(119,103,196); }

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

<style>
 a { background-color: #7767C4; }

 a { background-color: rgb(119,103,196); }

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

<style>
 span { border-color: #7767C4; }

 span { border-color: rgb(119,103,196); }

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