#7765CD

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

Shades of Slate Blue #7765CD

Tints of Slate Blue #7765CD

Color information

#7765CD (or 0x7765CD) is unknown color: approx Slate Blue. HEX triplet: 77, 65 and CD. RGB value is (119,101,205). Sum of RGB (Red+Green+Blue) = 119+101+205=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7765CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765CD is #889A32. Grayscale: #757575. Windows color (decimal): -8952371 or 13460855. OLE color: 13460855.

HSL color Cylindrical-coordinate representation of color #7765CD: hue angle of 250.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7765CD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119101205-
CMYK0.420.5100.20
HSL250.38º50.98%60%-
HSV(B)250.38º50.73%80.39%-
XYZ23.2817.6459.93-
YUV118.24176.96128.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=28%
G=23.76%
B=48.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191012050.420.5100.20250.3850.9860
Hex7765CD2A33014fa333c
Octal16714531552630243726374
Binary111011111001011100110110101011001101010011111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7765CD; }

 p { color: rgb(119,101,205); }

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

<style>
 a { background-color: #7765CD; }

 a { background-color: rgb(119,101,205); }

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

<style>
 span { border-color: #7765CD; }

 span { border-color: rgb(119,101,205); }

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