#7650CC

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

Shades of Slate Blue #7650CC

Tints of Slate Blue #7650CC

Color information

#7650CC (or 0x7650CC) is unknown color: approx Slate Blue. HEX triplet: 76, 50 and CC. RGB value is (118,80,204). Sum of RGB (Red+Green+Blue) = 118+80+204=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #7650CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650CC is #89AF33. Grayscale: #696969. Windows color (decimal): -9023284 or 13389942. OLE color: 13389942.

HSL color Cylindrical-coordinate representation of color #7650CC: hue angle of 258.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7650CC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11880204-
CMYK0.420.6100.2
HSL258.39º54.87%55.69%-
HSV(B)258.39º60.78%80%-
XYZ21.2413.9558.7-
YUV105.5183.59136.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=29.35%
G=19.90%
B=50.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118802040.420.6100.2258.3954.8755.69
Hex7650CC2A3D0141023738
Octal16612031452750244026770
Binary1110110101000011001100101010111101010100100000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7650CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7650CC; }

 p { color: rgb(118,80,204); }

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

<style>
 a { background-color: #7650CC; }

 a { background-color: rgb(118,80,204); }

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

<style>
 span { border-color: #7650CC; }

 span { border-color: rgb(118,80,204); }

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