#7761D6

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

Shades of Slate Blue #7761D6

Tints of Slate Blue #7761D6

Color information

#7761D6 (or 0x7761D6) is unknown color: approx Slate Blue. HEX triplet: 77, 61 and D6. RGB value is (119,97,214). Sum of RGB (Red+Green+Blue) = 119+97+214=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #7761D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761D6 is #889E29. Grayscale: #747474. Windows color (decimal): -8953386 or 14049655. OLE color: 14049655.

HSL color Cylindrical-coordinate representation of color #7761D6: hue angle of 251.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7761D6 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11997214-
CMYK0.440.5500.16
HSL251.28º58.79%60.98%-
HSV(B)251.28º54.67%83.92%-
XYZ24.0217.3365.7-
YUV116.92182.79129.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 214 (83.98% from 255) = 49.77%
R=27.67%
G=22.56%
B=49.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal119972140.440.5500.16251.2858.7960.98
Hex7761D62C37010fb3b3d
Octal16714132654670203737375
Binary111011111000011101011010110011011101000011111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761D6; }

 p { color: rgb(119,97,214); }

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

<style>
 a { background-color: #7761D6; }

 a { background-color: rgb(119,97,214); }

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

<style>
 span { border-color: #7761D6; }

 span { border-color: rgb(119,97,214); }

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