#775BCE

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

Shades of Slate Blue #775BCE

Tints of Slate Blue #775BCE

Color information

#775BCE (or 0x775BCE) is unknown color: approx Slate Blue. HEX triplet: 77, 5B and CE. RGB value is (119,91,206). Sum of RGB (Red+Green+Blue) = 119+91+206=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #775BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCE is #88A431. Grayscale: #707070. Windows color (decimal): -8954930 or 13523831. OLE color: 13523831.

HSL color Cylindrical-coordinate representation of color #775BCE: hue angle of 254.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775BCE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11991206-
CMYK0.420.5600.19
HSL254.61º53.99%58.24%-
HSV(B)254.61º55.83%80.78%-
XYZ22.4915.8660.27-
YUV112.48180.78132.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=28.61%
G=21.88%
B=49.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119912060.420.5600.19254.6153.9958.24
Hex775BCE2A38013ff363a
Octal16713331652700233776672
Binary111011110110111100111010101011100001001111111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,206); }

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

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

 a { background-color: rgb(119,91,206); }

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

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

 span { border-color: rgb(119,91,206); }

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