#7663CB

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

Shades of Slate Blue #7663CB

Tints of Slate Blue #7663CB

Color information

#7663CB (or 0x7663CB) is unknown color: approx Slate Blue. HEX triplet: 76, 63 and CB. RGB value is (118,99,203). Sum of RGB (Red+Green+Blue) = 118+99+203=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7663CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663CB is #899C34. Grayscale: #747474. Windows color (decimal): -9018421 or 13329270. OLE color: 13329270.

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

Color convert

RGB11899203-
CMYK0.420.5100.20
HSL250.96º50%59.22%-
HSV(B)250.96º51.23%79.61%-
XYZ22.7117.0958.6-
YUV116.54176.79129.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=28.10%
G=23.57%
B=48.33%

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
Decimal118992030.420.5100.20250.965059.22
Hex7663CB2A33014fb323b
Octal16614331352630243736273
Binary111011011000111100101110101011001101010011111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7663CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7663CB; }

 p { color: rgb(118,99,203); }

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

<style>
 a { background-color: #7663CB; }

 a { background-color: rgb(118,99,203); }

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

<style>
 span { border-color: #7663CB; }

 span { border-color: rgb(118,99,203); }

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