#775DD7

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

Shades of Slate Blue #775DD7

Tints of Slate Blue #775DD7

Color information

#775DD7 (or 0x775DD7) is unknown color: approx Slate Blue. HEX triplet: 77, 5D and D7. RGB value is (119,93,215). Sum of RGB (Red+Green+Blue) = 119+93+215=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #775DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DD7 is #88A228. Grayscale: #727272. Windows color (decimal): -8954409 or 14114167. OLE color: 14114167.

HSL color Cylindrical-coordinate representation of color #775DD7: hue angle of 252.79º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775DD7 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11993215-
CMYK0.450.5700.16
HSL252.79º60.4%60.39%-
HSV(B)252.79º56.74%84.31%-
XYZ23.7916.6666.25-
YUV114.68184.61131.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=27.87%
G=21.78%
B=50.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal119932150.450.5700.16252.7960.460.39
Hex775DD72D39010fd3c3c
Octal16713532755710203757474
Binary111011110111011101011110110111100101000011111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775DD7; }

 p { color: rgb(119,93,215); }

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

<style>
 a { background-color: #775DD7; }

 a { background-color: rgb(119,93,215); }

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

<style>
 span { border-color: #775DD7; }

 span { border-color: rgb(119,93,215); }

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