#7662CD

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

Shades of Slate Blue #7662CD

Tints of Slate Blue #7662CD

Color information

#7662CD (or 0x7662CD) is unknown color: approx Slate Blue. HEX triplet: 76, 62 and CD. RGB value is (118,98,205). Sum of RGB (Red+Green+Blue) = 118+98+205=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7662CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CD is #899D32. Grayscale: #737373. Windows color (decimal): -9018675 or 13460086. OLE color: 13460086.

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

Color convert

RGB11898205-
CMYK0.420.5200.20
HSL251.21º51.69%59.41%-
HSV(B)251.21º52.2%80.39%-
XYZ22.8616.9959.83-
YUV116.18178.13129.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=28.03%
G=23.28%
B=48.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118982050.420.5200.20251.2151.6959.41
Hex7662CD2A34014fb343b
Octal16614231552640243736473
Binary111011011000101100110110101011010001010011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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