#7662CF

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

Shades of Slate Blue #7662CF

Tints of Slate Blue #7662CF

Color information

#7662CF (or 0x7662CF) is unknown color: approx Slate Blue. HEX triplet: 76, 62 and CF. RGB value is (118,98,207). Sum of RGB (Red+Green+Blue) = 118+98+207=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7662CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CF is #899D30. Grayscale: #737373. Windows color (decimal): -9018673 or 13591158. OLE color: 13591158.

HSL color Cylindrical-coordinate representation of color #7662CF: hue angle of 251.01º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7662CF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11898207-
CMYK0.430.5300.19
HSL251.01º53.17%59.8%-
HSV(B)251.01º52.66%81.18%-
XYZ23.117.0961.11-
YUV116.41179.13129.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=27.90%
G=23.17%
B=48.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118982070.430.5300.19251.0153.1759.8
Hex7662CF2B35013fb353c
Octal16614231753650233736574
Binary111011011000101100111110101111010101001111111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7662CF; }

 p { color: rgb(118,98,207); }

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

<style>
 a { background-color: #7662CF; }

 a { background-color: rgb(118,98,207); }

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

<style>
 span { border-color: #7662CF; }

 span { border-color: rgb(118,98,207); }

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